Type Alias ipp_sys::IppDecodeHuffState_BZ2
source · pub type IppDecodeHuffState_BZ2 = DecodeHuffState_BZ2;
Aliased Type§
struct IppDecodeHuffState_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 more