Struct fcp_switching::encoding_scheme::EncodingSchemeForm [] [src]

pub struct EncodingSchemeForm {
    pub prefix: u64,
    pub bit_count: u8,
    pub prefix_length: u8,
}

An item of the Encoding Scheme. See https://github.com/cjdelisle/cjdns/blob/cjdns-v18/doc/Whitepaper.md#definitions for its definition.

Fields

Trait Implementations

impl Clone for EncodingSchemeForm
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for EncodingSchemeForm
[src]

impl PartialEq for EncodingSchemeForm
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for EncodingSchemeForm
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for EncodingSchemeForm
[src]

Formats the value using the given formatter.