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