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