Struct ipp_sys::IppDeflateHuffCode
source · #[repr(C)]pub struct IppDeflateHuffCode {
pub code: u16,
pub len: u16,
}
Fields§
§code: u16
§len: u16
Trait Implementations§
source§impl Clone for IppDeflateHuffCode
impl Clone for IppDeflateHuffCode
source§fn clone(&self) -> IppDeflateHuffCode
fn clone(&self) -> IppDeflateHuffCode
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 IppDeflateHuffCode
impl Debug for IppDeflateHuffCode
source§impl PartialEq for IppDeflateHuffCode
impl PartialEq for IppDeflateHuffCode
source§fn eq(&self, other: &IppDeflateHuffCode) -> bool
fn eq(&self, other: &IppDeflateHuffCode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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