pub struct BlockOffsetMapping { /* private fields */ }
Expand description
A single entry in [OffsetMap]
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BlockOffsetMapping
impl RefUnwindSafe for BlockOffsetMapping
impl Send for BlockOffsetMapping
impl Sync for BlockOffsetMapping
impl Unpin for BlockOffsetMapping
impl UnwindSafe for BlockOffsetMapping
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