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