Struct rustdb::bytes::ByteStorage[][src]

pub struct ByteStorage {
    pub file: Rc<SortedFile>,
    pub id_gen: Cell<u64>,
    pub bpf: usize,
}
Expand description

Storage of variable size values.

Fields

file: Rc<SortedFile>id_gen: Cell<u64>bpf: usize

Bytes per fragment. One of 28, 60, 92, 124.

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.