[][src]Struct cjdns_keys::CJDNS_IP6

pub struct CJDNS_IP6 { /* fields omitted */ }

CJDNS IP6 type

Implementations

impl CJDNS_IP6[src]

pub const SIZE: usize[src]

Size in bytes of the IPv6 address

impl CJDNS_IP6[src]

pub fn is_zero(&self) -> bool[src]

pub fn raw(&self) -> &[u8; 16][src]

Trait Implementations

impl Clone for CJDNS_IP6[src]

impl Debug for CJDNS_IP6[src]

impl Deref for CJDNS_IP6[src]

type Target = [u8]

The resulting type after dereferencing.

impl Display for CJDNS_IP6[src]

impl Eq for CJDNS_IP6[src]

impl Hash for CJDNS_IP6[src]

impl Ord for CJDNS_IP6[src]

impl PartialEq<CJDNS_IP6> for CJDNS_IP6[src]

impl PartialOrd<CJDNS_IP6> for CJDNS_IP6[src]

impl StructuralEq for CJDNS_IP6[src]

impl StructuralPartialEq for CJDNS_IP6[src]

impl<'_> TryFrom<&'_ [u8]> for CJDNS_IP6[src]

type Error = KeyCreationError

The type returned in the event of a conversion error.

impl<'_> TryFrom<&'_ CJDNSPublicKey> for CJDNS_IP6[src]

type Error = KeyCreationError

The type returned in the event of a conversion error.

impl<'_> TryFrom<&'_ str> for CJDNS_IP6[src]

type Error = KeyCreationError

The type returned in the event of a conversion error.

Auto Trait Implementations

impl RefUnwindSafe for CJDNS_IP6

impl Send for CJDNS_IP6

impl Sync for CJDNS_IP6

impl Unpin for CJDNS_IP6

impl UnwindSafe for CJDNS_IP6

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> ToString for T where
    T: Display + ?Sized
[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.