Struct linux_raw_sys::v5_11::netlink::if_stats_msg [−][src]
#[repr(C)]pub struct if_stats_msg { pub family: __u8, pub pad1: __u8, pub pad2: __u16, pub ifindex: __u32, pub filter_mask: __u32, }
Fields
family: __u8pad1: __u8pad2: __u16ifindex: __u32filter_mask: __u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for if_stats_msgimpl Send for if_stats_msgimpl Sync for if_stats_msgimpl Unpin for if_stats_msgimpl UnwindSafe for if_stats_msgBlanket Implementations
Mutably borrows from an owned value. Read more