#[repr(C)]pub struct BrotliDecoderStateStruct { /* private fields */ }
Trait Implementations§
Source§impl Clone for BrotliDecoderStateStruct
impl Clone for BrotliDecoderStateStruct
Source§fn clone(&self) -> BrotliDecoderStateStruct
fn clone(&self) -> BrotliDecoderStateStruct
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BrotliDecoderStateStruct
impl Debug for BrotliDecoderStateStruct
impl Copy for BrotliDecoderStateStruct
Auto Trait Implementations§
impl Freeze for BrotliDecoderStateStruct
impl RefUnwindSafe for BrotliDecoderStateStruct
impl Send for BrotliDecoderStateStruct
impl Sync for BrotliDecoderStateStruct
impl Unpin for BrotliDecoderStateStruct
impl UnwindSafe for BrotliDecoderStateStruct
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