Struct brotli::ffi::compressor::BrotliEncoderState
source · #[repr(C)]pub struct BrotliEncoderState {
pub custom_allocator: CAllocator,
pub compressor: BrotliEncoderStateStruct<BrotliSubclassableAllocator>,
}
Fields§
§custom_allocator: CAllocator
§compressor: BrotliEncoderStateStruct<BrotliSubclassableAllocator>
Auto Trait Implementations§
impl RefUnwindSafe for BrotliEncoderState
impl Send for BrotliEncoderState
impl !Sync for BrotliEncoderState
impl Unpin for BrotliEncoderState
impl UnwindSafe for BrotliEncoderState
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