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