#[repr(C)]pub struct ifinfomsg {
pub ifi_family: c_uchar,
__ifi_pad: Padding<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: Padding<c_uchar>§ifi_type: c_ushort§ifi_index: c_int§ifi_flags: c_uint§ifi_change: c_uintTrait Implementations§
impl Copy for ifinfomsg
impl Eq for ifinfomsg
impl StructuralPartialEq for ifinfomsg
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