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

#[repr(C)]pub struct rtmsg {
    pub rtm_family: u8,
    pub rtm_dst_len: u8,
    pub rtm_src_len: u8,
    pub rtm_tos: u8,
    pub rtm_table: u8,
    pub rtm_protocol: u8,
    pub rtm_scope: u8,
    pub rtm_type: u8,
    pub rtm_flags: c_uint,
}

Fields

rtm_family: u8rtm_dst_len: u8rtm_src_len: u8rtm_tos: u8rtm_table: u8rtm_protocol: u8rtm_scope: u8rtm_type: u8rtm_flags: c_uint

Trait Implementations

impl Bytes for rtmsg[src]

impl Clone for rtmsg[src]

impl Debug for rtmsg[src]

impl Default for rtmsg[src]

impl Eq for rtmsg[src]

impl PartialEq<rtmsg> for rtmsg[src]

impl StructuralEq for rtmsg[src]

impl StructuralPartialEq for rtmsg[src]

Auto Trait Implementations

impl RefUnwindSafe for rtmsg

impl Send for rtmsg

impl Sync for rtmsg

impl Unpin for rtmsg

impl UnwindSafe for rtmsg

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.