[][src]Struct cjdns_ann::PeerData

pub struct PeerData {
    pub ipv6: CJDNS_IP6,
    pub label: Option<RoutingLabel<u32>>,
    pub mtu: u32,
    pub peer_num: u16,
    pub unused: u32,
    pub encoding_form_number: u8,
    pub flags: u8,
}

Fields

ipv6: CJDNS_IP6label: Option<RoutingLabel<u32>>mtu: u32peer_num: u16unused: u32encoding_form_number: u8flags: u8

Trait Implementations

impl Clone for PeerData[src]

impl Debug for PeerData[src]

impl Eq for PeerData[src]

impl PartialEq<PeerData> for PeerData[src]

impl StructuralEq for PeerData[src]

impl StructuralPartialEq for PeerData[src]

Auto Trait Implementations

impl RefUnwindSafe for PeerData

impl Send for PeerData

impl Sync for PeerData

impl Unpin for PeerData

impl UnwindSafe for PeerData

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.