pub struct ChunkOffsetBox {
pub offsets: Vec<u64>,
}
Fields§
§offsets: Vec<u64>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChunkOffsetBox
impl RefUnwindSafe for ChunkOffsetBox
impl Send for ChunkOffsetBox
impl Sync for ChunkOffsetBox
impl Unpin for ChunkOffsetBox
impl UnwindSafe for ChunkOffsetBox
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