Enum libnewbee::codec::IntSetEncoding [] [src]

pub enum IntSetEncoding {
    Normal,
    Large,
    ExLarge,
}

Variants

Methods

impl IntSetEncoding
[src]

Trait Implementations

impl Debug for IntSetEncoding
[src]

Formats the value using the given formatter.

impl Clone for IntSetEncoding
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Shift for IntSetEncoding
[src]

impl FromBuf for IntSetEncoding
[src]