struct SizeBlockEntry {
chunk: usize,
offset: u64,
index: usize,
}Fields§
§chunk: usize§offset: u64§index: usizeAuto Trait Implementations§
impl Freeze for SizeBlockEntry
impl RefUnwindSafe for SizeBlockEntry
impl Send for SizeBlockEntry
impl Sync for SizeBlockEntry
impl Unpin for SizeBlockEntry
impl UnwindSafe for SizeBlockEntry
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