Enum libnewbee::codec::StrInt [] [src]

pub enum StrInt {
    Small(i8),
    Normal(i16),
    Large(i32),
}

Variants

Methods

impl StrInt
[src]

Trait Implementations

impl Debug for StrInt
[src]

Formats the value using the given formatter.

impl Clone for StrInt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for StrInt
[src]

impl Shift for StrInt
[src]

impl FromBuf for StrInt
[src]