#[repr(C)]pub struct ifinfomsg {
pub ifi_family: u8,
pub ifi_type: u16,
pub ifi_index: i32,
pub ifi_flags: u32,
pub ifi_change: u32,
}
Expand description
rtnetlink Network interface description.
Fields§
§ifi_family: u8
§ifi_type: u16
§ifi_index: i32
§ifi_flags: u32
§ifi_change: u32
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