Struct brotli::enc::writer::CompressorWriterCustomIo
source · pub struct CompressorWriterCustomIo<ErrType, W: CustomWrite<ErrType>, BufferType: SliceWrapperMut<u8>, Alloc: BrotliAlloc> { /* private fields */ }
Implementations§
source§impl<ErrType, W: CustomWrite<ErrType>, BufferType: SliceWrapperMut<u8>, Alloc: BrotliAlloc> CompressorWriterCustomIo<ErrType, W, BufferType, Alloc>
impl<ErrType, W: CustomWrite<ErrType>, BufferType: SliceWrapperMut<u8>, Alloc: BrotliAlloc> CompressorWriterCustomIo<ErrType, W, BufferType, Alloc>
Trait Implementations§
source§impl<ErrType, W: CustomWrite<ErrType>, BufferType: SliceWrapperMut<u8>, Alloc: BrotliAlloc> CustomWrite<ErrType> for CompressorWriterCustomIo<ErrType, W, BufferType, Alloc>
impl<ErrType, W: CustomWrite<ErrType>, BufferType: SliceWrapperMut<u8>, Alloc: BrotliAlloc> CustomWrite<ErrType> for CompressorWriterCustomIo<ErrType, W, BufferType, Alloc>
source§impl<ErrType, W: CustomWrite<ErrType>, BufferType: SliceWrapperMut<u8>, Alloc: BrotliAlloc> Drop for CompressorWriterCustomIo<ErrType, W, BufferType, Alloc>
impl<ErrType, W: CustomWrite<ErrType>, BufferType: SliceWrapperMut<u8>, Alloc: BrotliAlloc> Drop for CompressorWriterCustomIo<ErrType, W, BufferType, Alloc>
Auto Trait Implementations§
impl<ErrType, W, BufferType, Alloc> RefUnwindSafe for CompressorWriterCustomIo<ErrType, W, BufferType, Alloc>where Alloc: RefUnwindSafe, BufferType: RefUnwindSafe, ErrType: RefUnwindSafe, W: RefUnwindSafe, <Alloc as Allocator<Command>>::AllocatedMemory: RefUnwindSafe, <Alloc as Allocator<i32>>::AllocatedMemory: RefUnwindSafe, <Alloc as Allocator<u16>>::AllocatedMemory: RefUnwindSafe, <Alloc as Allocator<u32>>::AllocatedMemory: RefUnwindSafe, <Alloc as Allocator<u8>>::AllocatedMemory: RefUnwindSafe,
impl<ErrType, W, BufferType, Alloc> Send for CompressorWriterCustomIo<ErrType, W, BufferType, Alloc>where Alloc: Send, BufferType: Send, ErrType: Send, W: Send, <Alloc as Allocator<Command>>::AllocatedMemory: Send, <Alloc as Allocator<i32>>::AllocatedMemory: Send, <Alloc as Allocator<u16>>::AllocatedMemory: Send, <Alloc as Allocator<u32>>::AllocatedMemory: Send, <Alloc as Allocator<u8>>::AllocatedMemory: Send,
impl<ErrType, W, BufferType, Alloc> Sync for CompressorWriterCustomIo<ErrType, W, BufferType, Alloc>where Alloc: Sync, BufferType: Sync, ErrType: Sync, W: Sync, <Alloc as Allocator<Command>>::AllocatedMemory: Sync, <Alloc as Allocator<i32>>::AllocatedMemory: Sync, <Alloc as Allocator<u16>>::AllocatedMemory: Sync, <Alloc as Allocator<u32>>::AllocatedMemory: Sync, <Alloc as Allocator<u8>>::AllocatedMemory: Sync,
impl<ErrType, W, BufferType, Alloc> Unpin for CompressorWriterCustomIo<ErrType, W, BufferType, Alloc>where Alloc: Unpin, BufferType: Unpin, ErrType: Unpin, W: Unpin, <Alloc as Allocator<Command>>::AllocatedMemory: Unpin, <Alloc as Allocator<i32>>::AllocatedMemory: Unpin, <Alloc as Allocator<u16>>::AllocatedMemory: Unpin, <Alloc as Allocator<u32>>::AllocatedMemory: Unpin, <Alloc as Allocator<u8>>::AllocatedMemory: Unpin,
impl<ErrType, W, BufferType, Alloc> UnwindSafe for CompressorWriterCustomIo<ErrType, W, BufferType, Alloc>where Alloc: UnwindSafe, BufferType: UnwindSafe, ErrType: UnwindSafe, W: UnwindSafe, <Alloc as Allocator<Command>>::AllocatedMemory: UnwindSafe, <Alloc as Allocator<i32>>::AllocatedMemory: UnwindSafe, <Alloc as Allocator<u16>>::AllocatedMemory: UnwindSafe, <Alloc as Allocator<u32>>::AllocatedMemory: UnwindSafe, <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