Struct rustdb::pstore::AccessPagedData  [−][src]
pub struct AccessPagedData {
    pub writer: bool,
    pub time: u64,
    pub spd: Arc<SharedPagedData>,
}Expand description
Access to shared paged data.
Fields
writer: booltime: u64spd: Arc<SharedPagedData>Implementations
Check whether compressing a page is worthwhile.
Allocate a logical page.