Struct libnewbee::codec::IntSet
[−]
[src]
pub struct IntSet {
pub encoding: IntSetEncoding,
pub count: IntSetCount,
pub ints: Vec<i64>,
}Fields
encoding: IntSetEncoding
count: IntSetCount
ints: Vec<i64>
Trait Implementations
impl Debug for IntSet[src]
impl Clone for IntSet[src]
fn clone(&self) -> IntSet
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