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

Construct access to a virtual read-only copy of the database logical pages.

Construct access to the database logical pages.

Get the Data for the specified page.

Set the data of the specified page.

Is the underlying file new (so needs to be initialised ).

Check whether compressing a page is worthwhile.

Allocate a logical page.

Free a logical page.

Commit changes to underlying file ( or rollback logical page allocations ).

Trait Implementations

Executes the destructor for this type. Read more

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.