Struct ipp_headers_sys::IppDeflateFreqTable
source · #[repr(C)]pub struct IppDeflateFreqTable {
pub freq: Ipp16u,
pub code: Ipp16u,
}
Fields§
§freq: Ipp16u
§code: Ipp16u
Trait Implementations§
source§impl Clone for IppDeflateFreqTable
impl Clone for IppDeflateFreqTable
source§fn clone(&self) -> IppDeflateFreqTable
fn clone(&self) -> IppDeflateFreqTable
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 IppDeflateFreqTable
impl Debug for IppDeflateFreqTable
source§impl PartialEq for IppDeflateFreqTable
impl PartialEq for IppDeflateFreqTable
source§fn eq(&self, other: &IppDeflateFreqTable) -> bool
fn eq(&self, other: &IppDeflateFreqTable) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for IppDeflateFreqTable
impl StructuralPartialEq for IppDeflateFreqTable
Auto Trait Implementations§
impl Freeze for IppDeflateFreqTable
impl RefUnwindSafe for IppDeflateFreqTable
impl Send for IppDeflateFreqTable
impl Sync for IppDeflateFreqTable
impl Unpin for IppDeflateFreqTable
impl UnwindSafe for IppDeflateFreqTable
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