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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)