Struct disk::zstd::ZstdFrameCache
source · struct ZstdFrameCache {
frame_index: usize,
data: Vec<u8>,
}
Fields§
§frame_index: usize
§data: Vec<u8>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ZstdFrameCache
impl RefUnwindSafe for ZstdFrameCache
impl Send for ZstdFrameCache
impl Sync for ZstdFrameCache
impl Unpin for ZstdFrameCache
impl UnwindSafe for ZstdFrameCache
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