pub struct BrotliEncoderState { /* private fields */ }Expand description
Opaque structure that holds encoder state.
Allocated and initialized with ::BrotliEncoderCreateInstance. Cleaned up and deallocated with ::BrotliEncoderDestroyInstance.
Auto Trait Implementations§
impl Freeze for BrotliEncoderState
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