Struct brotli::enc::reader::CompressorReaderCustomIo
source · pub struct CompressorReaderCustomIo<ErrType, R: CustomRead<ErrType>, BufferType: SliceWrapperMut<u8>, Alloc: BrotliAlloc> { /* private fields */ }
Implementations§
source§impl<ErrType, R: CustomRead<ErrType>, BufferType: SliceWrapperMut<u8>, Alloc: BrotliAlloc> CompressorReaderCustomIo<ErrType, R, BufferType, Alloc>
impl<ErrType, R: CustomRead<ErrType>, BufferType: SliceWrapperMut<u8>, Alloc: BrotliAlloc> CompressorReaderCustomIo<ErrType, R, BufferType, Alloc>
Trait Implementations§
source§impl<ErrType, R: CustomRead<ErrType>, BufferType: SliceWrapperMut<u8>, Alloc: BrotliAlloc> CustomRead<ErrType> for CompressorReaderCustomIo<ErrType, R, BufferType, Alloc>
impl<ErrType, R: CustomRead<ErrType>, BufferType: SliceWrapperMut<u8>, Alloc: BrotliAlloc> CustomRead<ErrType> for CompressorReaderCustomIo<ErrType, R, BufferType, Alloc>
Auto Trait Implementations§
impl<ErrType, R, BufferType, Alloc> RefUnwindSafe for CompressorReaderCustomIo<ErrType, R, BufferType, Alloc>where Alloc: RefUnwindSafe, BufferType: RefUnwindSafe, ErrType: RefUnwindSafe, R: 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, R, BufferType, Alloc> Send for CompressorReaderCustomIo<ErrType, R, BufferType, Alloc>where Alloc: Send, BufferType: Send, ErrType: Send, R: 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, R, BufferType, Alloc> Sync for CompressorReaderCustomIo<ErrType, R, BufferType, Alloc>where Alloc: Sync, BufferType: Sync, ErrType: Sync, R: 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, R, BufferType, Alloc> Unpin for CompressorReaderCustomIo<ErrType, R, BufferType, Alloc>where Alloc: Unpin, BufferType: Unpin, ErrType: Unpin, R: 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, R, BufferType, Alloc> UnwindSafe for CompressorReaderCustomIo<ErrType, R, BufferType, Alloc>where Alloc: UnwindSafe, BufferType: UnwindSafe, ErrType: UnwindSafe, R: 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