Struct brotli::enc::threading::CompressedFileChunk
source · pub struct CompressedFileChunk<Alloc: BrotliAlloc + Send + 'static>{
data_backing: <Alloc as Allocator<u8>>::AllocatedMemory,
data_size: usize,
}
Fields§
§data_backing: <Alloc as Allocator<u8>>::AllocatedMemory
§data_size: usize
Auto Trait Implementations§
impl<Alloc> Freeze for CompressedFileChunk<Alloc>
impl<Alloc> RefUnwindSafe for CompressedFileChunk<Alloc>
impl<Alloc> Send for CompressedFileChunk<Alloc>
impl<Alloc> Sync for CompressedFileChunk<Alloc>
impl<Alloc> Unpin for CompressedFileChunk<Alloc>
impl<Alloc> UnwindSafe for CompressedFileChunk<Alloc>
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