#[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_uintTrait Implementations§
Source§impl Clone for IppInflateState
impl Clone for IppInflateState
Source§fn clone(&self) -> IppInflateState
fn clone(&self) -> IppInflateState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IppInflateState
Source§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
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IppInflateState
Auto Trait Implementations§
impl !Send for IppInflateState
impl !Sync for IppInflateState
impl Freeze for IppInflateState
impl RefUnwindSafe for IppInflateState
impl Unpin for IppInflateState
impl UnsafeUnpin 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