#[repr(C)]pub struct Struct_ndtmsg {
pub ndtm_family: __u8,
pub ndtm_pad1: __u8,
pub ndtm_pad2: __u16,
}
Fields§
§ndtm_family: __u8
§ndtm_pad1: __u8
§ndtm_pad2: __u16
Trait Implementations§
Source§impl Clone for Struct_ndtmsg
impl Clone for Struct_ndtmsg
Source§impl Default for Struct_ndtmsg
impl Default for Struct_ndtmsg
impl Copy for Struct_ndtmsg
Auto Trait Implementations§
impl Freeze for Struct_ndtmsg
impl RefUnwindSafe for Struct_ndtmsg
impl Send for Struct_ndtmsg
impl Sync for Struct_ndtmsg
impl Unpin for Struct_ndtmsg
impl UnwindSafe for Struct_ndtmsg
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