Struct linux_raw_sys::general::ip6_mtuinfo  
source · [−]#[repr(C)]pub struct ip6_mtuinfo {
    pub ip6m_addr: sockaddr_in6,
    pub ip6m_mtu: __u32,
}Fields
ip6m_addr: sockaddr_in6ip6m_mtu: __u32Trait Implementations
sourceimpl Clone for ip6_mtuinfo
 
impl Clone for ip6_mtuinfo
sourcefn clone(&self) -> ip6_mtuinfo
 
fn clone(&self) -> ip6_mtuinfo
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 ip6_mtuinfo
Auto Trait Implementations
impl RefUnwindSafe for ip6_mtuinfo
impl Send for ip6_mtuinfo
impl Sync for ip6_mtuinfo
impl Unpin for ip6_mtuinfo
impl UnwindSafe for ip6_mtuinfo
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