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 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