#[repr(C)]pub struct 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§
Source§impl Clone for Struct_ndmsg
impl Clone for Struct_ndmsg
Source§impl Default for Struct_ndmsg
impl Default for Struct_ndmsg
impl Copy for Struct_ndmsg
Auto Trait Implementations§
impl Freeze for Struct_ndmsg
impl RefUnwindSafe for Struct_ndmsg
impl Send for Struct_ndmsg
impl Sync for Struct_ndmsg
impl Unpin for Struct_ndmsg
impl UnwindSafe for Struct_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