Struct libnewbee::codec::ZipListEntry
[−]
[src]
pub struct ZipListEntry {
pub prev_len: ZLELen,
pub sp: ZLESpData,
}Fields
prev_len: ZLELen
sp: ZLESpData
Trait Implementations
impl Clone for ZipListEntry[src]
fn clone(&self) -> ZipListEntry
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