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