[][src]Struct linux::kty::ndmsg

#[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: __u8ndm_pad1: __u8ndm_pad2: __u16ndm_ifindex: __s32ndm_state: __u16ndm_flags: __u8ndm_type: __u8

Trait Implementations

impl Pod for ndmsg[src]

impl Eq for ndmsg[src]

impl PartialEq<ndmsg> for ndmsg[src]

impl Copy for ndmsg[src]

impl Clone for ndmsg[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ndmsg

impl Sync for ndmsg

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]