#[repr(C)]pub struct IppLZ77Pairs_16u {
pub length: u16,
pub offset: u16,
}Fields§
§length: u16§offset: u16Trait 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 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 IppLZ77Pairs_16u
impl Debug for IppLZ77Pairs_16u
Source§impl PartialEq for IppLZ77Pairs_16u
impl PartialEq for IppLZ77Pairs_16u
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