Enum libnewbee::codec::Length [] [src]

pub enum Length {
    Small(u8),
    Normal(u16),
    Large(u32),
}

Variants

Methods

impl Length
[src]

Trait Implementations

impl Debug for Length
[src]

Formats the value using the given formatter.

impl Clone for Length
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl FromBuf for Length
[src]

judge by prefix two bits.

impl Shift for Length
[src]