pub struct FreeListPagesTotalPages(/* private fields */);Expand description
FreeListPagesTotalPages: The 4-byte big-endian integer at offset 36 stores the total number of pages on the freelist.
Trait Implementations§
Source§impl Debug for FreeListPagesTotalPages
impl Debug for FreeListPagesTotalPages
Source§impl Default for FreeListPagesTotalPages
impl Default for FreeListPagesTotalPages
Source§fn default() -> FreeListPagesTotalPages
fn default() -> FreeListPagesTotalPages
Returns the “default value” for a type. Read more
Source§impl Deref for FreeListPagesTotalPages
impl Deref for FreeListPagesTotalPages
Auto Trait Implementations§
impl Freeze for FreeListPagesTotalPages
impl RefUnwindSafe for FreeListPagesTotalPages
impl Send for FreeListPagesTotalPages
impl Sync for FreeListPagesTotalPages
impl Unpin for FreeListPagesTotalPages
impl UnwindSafe for FreeListPagesTotalPages
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