[][src]Struct cjdns_ann::LinkStateData

pub struct LinkStateData {
    pub node_id: u16,
    pub starting_point: u8,
    pub lag_slots: LinkStateSlots<u16>,
    pub drop_slots: LinkStateSlots<u16>,
    pub kb_recv_slots: LinkStateSlots<u32>,
}

Fields

node_id: u16starting_point: u8lag_slots: LinkStateSlots<u16>drop_slots: LinkStateSlots<u16>kb_recv_slots: LinkStateSlots<u32>

Trait Implementations

impl Clone for LinkStateData[src]

impl Debug for LinkStateData[src]

impl Eq for LinkStateData[src]

impl PartialEq<LinkStateData> for LinkStateData[src]

impl StructuralEq for LinkStateData[src]

impl StructuralPartialEq for LinkStateData[src]

Auto Trait Implementations

impl RefUnwindSafe for LinkStateData

impl Send for LinkStateData

impl Sync for LinkStateData

impl Unpin for LinkStateData

impl UnwindSafe for LinkStateData

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.