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