pub struct BlockPageStg {
pub ds: DividedStg,
/* private fields */
}Expand description
Implementation of PageStorage.
Fields§
§ds: DividedStgUnderlying Divided Storage.
Implementations§
Trait Implementations§
Source§impl PageStorage for BlockPageStg
impl PageStorage for BlockPageStg
Auto Trait Implementations§
impl Freeze for BlockPageStg
impl !RefUnwindSafe for BlockPageStg
impl Send for BlockPageStg
impl Sync for BlockPageStg
impl Unpin for BlockPageStg
impl UnsafeUnpin for BlockPageStg
impl !UnwindSafe for BlockPageStg
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more