Struct opencv::core::Matx_SubOp
source · [−]pub struct Matx_SubOp { /* private fields */ }
Implementations
sourceimpl Matx_SubOp
impl Matx_SubOp
pub fn default() -> Result<Matx_SubOp>
pub fn copy(unnamed: &Matx_SubOp) -> Result<Matx_SubOp>
Trait Implementations
sourceimpl Boxed for Matx_SubOp
impl Boxed for Matx_SubOp
sourceimpl Drop for Matx_SubOp
impl Drop for Matx_SubOp
sourceimpl Matx_SubOpTrait for Matx_SubOp
impl Matx_SubOpTrait for Matx_SubOp
fn as_raw_mut_Matx_SubOp(&mut self) -> *mut c_void
sourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more