Struct linux_raw_sys::netlink::ndmsg
source · #[repr(C)]pub struct ndmsg {
pub ndm_family: __u8,
pub ndm_pad1: __u8,
pub ndm_pad2: __u16,
pub ndm_ifindex: __s32,
pub ndm_state: __u16,
pub ndm_flags: __u8,
pub ndm_type: __u8,
}
Fields§
§ndm_family: __u8
§ndm_pad1: __u8
§ndm_pad2: __u16
§ndm_ifindex: __s32
§ndm_state: __u16
§ndm_flags: __u8
§ndm_type: __u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ndmsg
impl RefUnwindSafe for ndmsg
impl Send for ndmsg
impl Sync for ndmsg
impl Unpin for ndmsg
impl UnwindSafe for ndmsg
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: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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
)