pub struct GMatP { /* private fields */ }
Trait Implementations§
source§impl Boxed for GMatP
impl Boxed for GMatP
source§impl GMatPTrait for GMatP
impl GMatPTrait for GMatP
fn as_raw_mut_GMatP(&mut self) -> *mut c_void
source§impl GMatPTraitConst for GMatP
impl GMatPTraitConst for GMatP
fn as_raw_GMatP(&self) -> *const c_void
source§impl GMatTraitConst for GMatP
impl GMatTraitConst for GMatP
fn as_raw_GMat(&self) -> *const c_void
impl Send for GMatP
Auto Trait Implementations§
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