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