Struct linux_raw_sys::netlink::ifinfomsg
source · #[repr(C)]pub struct ifinfomsg {
pub ifi_family: c_uchar,
pub __ifi_pad: c_uchar,
pub ifi_type: c_ushort,
pub ifi_index: c_int,
pub ifi_flags: c_uint,
pub ifi_change: c_uint,
}
Fields§
§ifi_family: c_uchar
§__ifi_pad: c_uchar
§ifi_type: c_ushort
§ifi_index: c_int
§ifi_flags: c_uint
§ifi_change: c_uint
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ifinfomsg
impl RefUnwindSafe for ifinfomsg
impl Send for ifinfomsg
impl Sync for ifinfomsg
impl Unpin for ifinfomsg
impl UnwindSafe for ifinfomsg
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