Struct libnewbee::codec::IntSet [] [src]

pub struct IntSet {
    pub encoding: IntSetEncoding,
    pub count: IntSetCount,
    pub ints: Vec<i64>,
}

Fields

Trait Implementations

impl Debug for IntSet
[src]

Formats the value using the given formatter.

impl Clone for IntSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Shift for IntSet
[src]

impl FromBuf for IntSet
[src]