#[repr(C)]pub struct IppDeflateHuffCode {
pub code: Ipp16u,
pub len: Ipp16u,
}
Fields§
§code: Ipp16u
§len: Ipp16u
Trait Implementations§
Source§impl Clone for IppDeflateHuffCode
impl Clone for IppDeflateHuffCode
Source§fn clone(&self) -> IppDeflateHuffCode
fn clone(&self) -> IppDeflateHuffCode
Returns a duplicate 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 IppDeflateHuffCode
impl Debug for IppDeflateHuffCode
Source§impl PartialEq for IppDeflateHuffCode
impl PartialEq for IppDeflateHuffCode
impl Copy for IppDeflateHuffCode
impl StructuralPartialEq for IppDeflateHuffCode
Auto Trait Implementations§
impl Freeze for IppDeflateHuffCode
impl RefUnwindSafe for IppDeflateHuffCode
impl Send for IppDeflateHuffCode
impl Sync for IppDeflateHuffCode
impl Unpin for IppDeflateHuffCode
impl UnwindSafe for IppDeflateHuffCode
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