Struct ipp_headers_sys::ipcvMorphState
source · #[repr(C)]pub struct ipcvMorphState { /* private fields */ }
Trait Implementations§
source§impl Clone for ipcvMorphState
impl Clone for ipcvMorphState
source§fn clone(&self) -> ipcvMorphState
fn clone(&self) -> ipcvMorphState
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 ipcvMorphState
impl Debug for ipcvMorphState
impl Copy for ipcvMorphState
Auto Trait Implementations§
impl Freeze for ipcvMorphState
impl RefUnwindSafe for ipcvMorphState
impl Send for ipcvMorphState
impl Sync for ipcvMorphState
impl Unpin for ipcvMorphState
impl UnwindSafe for ipcvMorphState
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