Struct linux_raw_sys::general::rt0_hdr  
source · [−]#[repr(C)]pub struct rt0_hdr {
    pub rt_hdr: ipv6_rt_hdr,
    pub reserved: __u32,
    pub addr: __IncompleteArrayField<in6_addr>,
}Fields
rt_hdr: ipv6_rt_hdrreserved: __u32addr: __IncompleteArrayField<in6_addr>Auto Trait Implementations
impl RefUnwindSafe for rt0_hdr
impl Send for rt0_hdr
impl Sync for rt0_hdr
impl Unpin for rt0_hdr
impl UnwindSafe for rt0_hdr
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