Struct ipp_sys::DecodeHuffState_BZ2
source · #[repr(C)]pub struct DecodeHuffState_BZ2 { /* private fields */ }
Trait Implementations§
source§impl Clone for DecodeHuffState_BZ2
impl Clone for DecodeHuffState_BZ2
source§fn clone(&self) -> DecodeHuffState_BZ2
fn clone(&self) -> DecodeHuffState_BZ2
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 DecodeHuffState_BZ2
impl Debug for DecodeHuffState_BZ2
impl Copy for DecodeHuffState_BZ2
Auto Trait Implementations§
impl Freeze for DecodeHuffState_BZ2
impl RefUnwindSafe for DecodeHuffState_BZ2
impl Send for DecodeHuffState_BZ2
impl Sync for DecodeHuffState_BZ2
impl Unpin for DecodeHuffState_BZ2
impl UnwindSafe for DecodeHuffState_BZ2
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