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