pub struct ChunkRef {
pub blob_offset: u64,
pub blob_size: u64,
pub fdata_offset: u64,
pub compressed: bool,
}Expand description
One chunk’s blob location.
Fields§
§blob_offset: u64§blob_size: u64§fdata_offset: u64§compressed: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for ChunkRef
impl RefUnwindSafe for ChunkRef
impl Send for ChunkRef
impl Sync for ChunkRef
impl Unpin for ChunkRef
impl UnsafeUnpin for ChunkRef
impl UnwindSafe for ChunkRef
Blanket Implementations§
impl<T> Allocation for T
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