Struct brotli_decompressor::ffi::BrotliDecoderState
source · #[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 RefUnwindSafe for BrotliDecoderState
impl Send for BrotliDecoderState
impl !Sync for BrotliDecoderState
impl Unpin 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