Struct linux_raw_sys::v2_6_32::netlink::rtmsg [−][src]
#[repr(C)]pub struct rtmsg { pub rtm_family: c_uchar, pub rtm_dst_len: c_uchar, pub rtm_src_len: c_uchar, pub rtm_tos: c_uchar, pub rtm_table: c_uchar, pub rtm_protocol: c_uchar, pub rtm_scope: c_uchar, pub rtm_type: c_uchar, pub rtm_flags: c_uint, }
Fields
rtm_family: c_ucharrtm_dst_len: c_ucharrtm_src_len: c_ucharrtm_tos: c_ucharrtm_table: c_ucharrtm_protocol: c_ucharrtm_scope: c_ucharrtm_type: c_ucharrtm_flags: c_uintTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rtmsgimpl UnwindSafe for rtmsgBlanket Implementations
Mutably borrows from an owned value. Read more