Enum libnewbee::codec::StrInt
[−]
[src]
pub enum StrInt {
Small(i8),
Normal(i16),
Large(i32),
}Variants
Small(i8)Normal(i16)Large(i32)Methods
impl StrInt[src]
Trait Implementations
impl Debug for StrInt[src]
impl Clone for StrInt[src]
fn clone(&self) -> StrInt
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