#[repr(C)]pub struct in6_pktinfo {
pub ipi6_addr: in6_addr,
pub ipi6_ifindex: c_uint,
}
Fields§
§ipi6_addr: in6_addr
§ipi6_ifindex: c_uint
Trait Implementations§
Source§impl Clone for in6_pktinfo
impl Clone for in6_pktinfo
Source§fn clone(&self) -> in6_pktinfo
fn clone(&self) -> in6_pktinfo
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for in6_pktinfo
Auto Trait Implementations§
impl Freeze for in6_pktinfo
impl RefUnwindSafe for in6_pktinfo
impl Send for in6_pktinfo
impl Sync for in6_pktinfo
impl Unpin for in6_pktinfo
impl UnwindSafe for in6_pktinfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 20 bytes