pub struct Sparse {
pub offset: u64,
pub numbytes: u64,
}
Expand description
Sparse index block.
Fields§
§offset: u64
Offset of the block.
numbytes: u64
Size of the block.
Trait Implementations§
impl Eq for Sparse
impl StructuralPartialEq for Sparse
Auto Trait Implementations§
impl Freeze for Sparse
impl RefUnwindSafe for Sparse
impl Send for Sparse
impl Sync for Sparse
impl Unpin for Sparse
impl UnwindSafe for Sparse
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