#[repr(C)]pub struct rt_msghdr {
    pub rtm_msglen: c_ushort,
    pub rtm_version: c_uchar,
    pub rtm_type: c_uchar,
    pub rtm_index: c_ushort,
    pub rtm_flags: c_int,
    pub rtm_addrs: c_int,
    pub rtm_pid: pid_t,
    pub rtm_seq: c_int,
    pub rtm_errno: c_int,
    pub rtm_use: c_int,
    pub rtm_inits: u32,
    pub rtm_rmx: rt_metrics,
}Fields§
§rtm_msglen: c_ushort§rtm_version: c_uchar§rtm_type: c_uchar§rtm_index: c_ushort§rtm_flags: c_int§rtm_addrs: c_int§rtm_pid: pid_t§rtm_seq: c_int§rtm_errno: c_int§rtm_use: c_int§rtm_inits: u32§rtm_rmx: rt_metricsTrait Implementations§
source§impl PartialEq<rt_msghdr> for rt_msghdr
 
impl PartialEq<rt_msghdr> for rt_msghdr
impl Copy for rt_msghdr
impl Eq for rt_msghdr
impl StructuralEq for rt_msghdr
impl StructuralPartialEq for rt_msghdr
Auto Trait Implementations§
impl RefUnwindSafe for rt_msghdr
impl Send for rt_msghdr
impl Sync for rt_msghdr
impl Unpin for rt_msghdr
impl UnwindSafe for rt_msghdr
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