Struct linux_raw_sys::v5_4::netlink::ifaddrmsg [−][src]
#[repr(C)]pub struct ifaddrmsg { pub ifa_family: __u8, pub ifa_prefixlen: __u8, pub ifa_flags: __u8, pub ifa_scope: __u8, pub ifa_index: __u32, }
Fields
ifa_family: __u8ifa_prefixlen: __u8ifa_flags: __u8ifa_scope: __u8ifa_index: __u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ifaddrmsgimpl UnwindSafe for ifaddrmsgBlanket Implementations
Mutably borrows from an owned value. Read more