Enum libnewbee::codec::IntSetValue [] [src]

pub enum IntSetValue {
    Normal(i16),
    Large(i32),
    ExLarge(i64),
}

Variants

Trait Implementations

impl Debug for IntSetValue
[src]

Formats the value using the given formatter.

impl Clone for IntSetValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more