Struct libnewbee::codec::ZipListEntry [] [src]

pub struct ZipListEntry {
    pub prev_len: ZLELen,
    pub sp: ZLESpData,
}

Fields

Trait Implementations

impl Clone for ZipListEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ZipListEntry
[src]

Formats the value using the given formatter.

impl Shift for ZipListEntry
[src]

impl FromBuf for ZipListEntry
[src]