Struct opencv::core::Matx_SubOp
source · pub struct Matx_SubOp { /* private fields */ }
Implementations§
source§impl Matx_SubOp
impl Matx_SubOp
pub fn default() -> Result<Matx_SubOp>
pub fn copy(unnamed: &Matx_SubOp) -> Result<Matx_SubOp>
Trait Implementations§
source§impl Boxed for Matx_SubOp
impl Boxed for Matx_SubOp
source§impl Debug for Matx_SubOp
impl Debug for Matx_SubOp
source§impl Drop for Matx_SubOp
impl Drop for Matx_SubOp
source§impl Matx_SubOpTrait for Matx_SubOp
impl Matx_SubOpTrait for Matx_SubOp
fn as_raw_mut_Matx_SubOp(&mut self) -> *mut c_void
source§impl Matx_SubOpTraitConst for Matx_SubOp
impl Matx_SubOpTraitConst for Matx_SubOp
fn as_raw_Matx_SubOp(&self) -> *const c_void
impl Send for Matx_SubOp
Auto Trait Implementations§
impl RefUnwindSafe for Matx_SubOp
impl !Sync for Matx_SubOp
impl Unpin for Matx_SubOp
impl UnwindSafe for Matx_SubOp
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