#[repr(C)]pub struct BlockId(u32);
Expand description
Represents a ID of a disk block.
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for BlockId
Auto Trait Implementations§
impl RefUnwindSafe for BlockId
impl Send for BlockId
impl Sync for BlockId
impl Unpin for BlockId
impl UnwindSafe for BlockId
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