Enum libnewbee::codec::ZLESpData [] [src]

pub enum ZLESpData {
    SmallStr(Vec<u8>),
    NormalStr(Vec<u8>),
    LargeStr(Vec<u8>),
    ExSmallInt(u8),
    SmallInt(i8),
    NormalInt(i16),
    LargeTrimInt(i32),
    LargeInt(i32),
    ExLargeInt(i64),
}

Variants

Methods

impl ZLESpData
[src]

Trait Implementations

impl Clone for ZLESpData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ZLESpData
[src]

Formats the value using the given formatter.

impl Shift for ZLESpData
[src]

impl FromBuf for ZLESpData
[src]