Struct linux_raw_sys::general::in6_pktinfo  
source · [−]Fields
ipi6_addr: in6_addripi6_ifindex: c_intTrait Implementations
sourceimpl Clone for in6_pktinfo
 
impl Clone for in6_pktinfo
sourcefn clone(&self) -> in6_pktinfo
 
fn clone(&self) -> in6_pktinfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for in6_pktinfo
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more