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
SmallStr(Vec<u8>)NormalStr(Vec<u8>)LargeStr(Vec<u8>)ExSmallInt(u8)SmallInt(i8)NormalInt(i16)LargeTrimInt(i32)LargeInt(i32)ExLargeInt(i64)Methods
impl ZLESpData[src]
Trait Implementations
impl Clone for ZLESpData[src]
fn clone(&self) -> ZLESpData
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