pub struct BlockHandle { /* private fields */ }
Expand description
| BlockHandle is a pointer to the extent | of a file that stores a data block or a | meta block. |
Implementations§
Trait Implementations§
Source§impl Default for BlockHandle
impl Default for BlockHandle
Source§fn default() -> BlockHandle
fn default() -> BlockHandle
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BlockHandle
impl RefUnwindSafe for BlockHandle
impl Send for BlockHandle
impl Sync for BlockHandle
impl Unpin for BlockHandle
impl UnwindSafe for BlockHandle
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