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