Enum libnewbee::codec::Length
[−]
[src]
pub enum Length {
Small(u8),
Normal(u16),
Large(u32),
}Variants
Small(u8)Normal(u16)Large(u32)Methods
impl Length[src]
Trait Implementations
impl Debug for Length[src]
impl Clone for Length[src]
fn clone(&self) -> Length
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more