Enum libnewbee::codec::ZLELen [] [src]

pub enum ZLELen {
    Small(u8),
    Large(u32),
}

Variants

Trait Implementations

impl Clone for ZLELen
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ZLELen
[src]

Formats the value using the given formatter.

impl Shift for ZLELen
[src]

impl FromBuf for ZLELen
[src]