[][src]Struct linux::kty::nduseroptmsg

#[repr(C)]
pub struct nduseroptmsg { pub nduseropt_family: c_uchar, pub nduseropt_pad1: c_uchar, pub nduseropt_opts_len: c_ushort, pub nduseropt_ifindex: c_int, pub nduseropt_icmp_type: __u8, pub nduseropt_icmp_code: __u8, pub nduseropt_pad2: c_ushort, pub nduseropt_pad3: c_uint, }

Fields

nduseropt_family: c_ucharnduseropt_pad1: c_ucharnduseropt_opts_len: c_ushortnduseropt_ifindex: c_intnduseropt_icmp_type: __u8nduseropt_icmp_code: __u8nduseropt_pad2: c_ushortnduseropt_pad3: c_uint

Trait Implementations

impl Pod for nduseroptmsg[src]

impl Eq for nduseroptmsg[src]

impl Clone for nduseroptmsg[src]

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

Performs copy-assignment from source. Read more

impl PartialEq<nduseroptmsg> for nduseroptmsg[src]

impl Copy for nduseroptmsg[src]

Auto Trait Implementations

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> Borrow<T> for T where
    T: ?Sized
[src]

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

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