Struct disk::zstd::CompressedReadInstruction
source · struct CompressedReadInstruction {
frame_index: usize,
read_offset: u64,
read_size: u64,
}
Fields§
§frame_index: usize
§read_offset: u64
§read_size: u64
Auto Trait Implementations§
impl RefUnwindSafe for CompressedReadInstruction
impl Send for CompressedReadInstruction
impl Sync for CompressedReadInstruction
impl Unpin for CompressedReadInstruction
impl UnwindSafe for CompressedReadInstruction
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