[][src]Struct nell::ffi::route::rtattr

#[repr(C)]pub struct rtattr {
    pub rta_len: c_ushort,
    pub rta_type: c_ushort,
}

Fields

rta_len: c_ushortrta_type: c_ushort

Trait Implementations

impl Bytes for rtattr[src]

impl Clone for rtattr[src]

impl Debug for rtattr[src]

impl Default for rtattr[src]

impl Eq for rtattr[src]

impl PartialEq<rtattr> for rtattr[src]

impl StructuralEq for rtattr[src]

impl StructuralPartialEq for rtattr[src]

Auto Trait Implementations

impl RefUnwindSafe for rtattr

impl Send for rtattr

impl Sync for rtattr

impl Unpin for rtattr

impl UnwindSafe for rtattr

Blanket Implementations

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

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

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

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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.