#[repr(C)]pub struct BrotliDecoderState {
pub custom_allocator: CAllocator,
pub decompressor: BrotliState<SubclassableAllocator, SubclassableAllocator, SubclassableAllocator>,
}Fields§
§custom_allocator: CAllocator§decompressor: BrotliState<SubclassableAllocator, SubclassableAllocator, SubclassableAllocator>Auto Trait Implementations§
impl Freeze for BrotliDecoderState
impl RefUnwindSafe for BrotliDecoderState
impl Send for BrotliDecoderState
impl !Sync for BrotliDecoderState
impl Unpin for BrotliDecoderState
impl UnsafeUnpin for BrotliDecoderState
impl UnwindSafe for BrotliDecoderState
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