#[repr(C)]
pub enum BrotliDecoderParameter {
    BROTLI_DECODER_PARAM_DISABLE_RING_BUFFER_REALLOCATION,
    BROTLI_DECODER_PARAM_LARGE_WINDOW,
}Variants
BROTLI_DECODER_PARAM_DISABLE_RING_BUFFER_REALLOCATION
BROTLI_DECODER_PARAM_LARGE_WINDOW
Auto Trait Implementations
impl RefUnwindSafe for BrotliDecoderParameter
impl Send for BrotliDecoderParameter
impl Sync for BrotliDecoderParameter
impl Unpin for BrotliDecoderParameter
impl UnwindSafe for BrotliDecoderParameter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more