Struct rustdb::pstore::SharedPagedData[][src]

pub struct SharedPagedData {
    pub stash: RwLock<Stash>,
    pub file: RwLock<CompactFile>,
    pub sp_size: usize,
    pub ep_size: usize,
}
Expand description

Allows logical database pages to be shared to allow concurrent readers.

Fields

stash: RwLock<Stash>file: RwLock<CompactFile>sp_size: usizeep_size: usize

Implementations

Construct SharedPageData based on specified underlying storage.

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.