Struct opencv::core::GpuMat_Allocator
source · pub struct GpuMat_Allocator { /* private fields */ }
Trait Implementations§
source§impl Boxed for GpuMat_Allocator
impl Boxed for GpuMat_Allocator
source§impl Debug for GpuMat_Allocator
impl Debug for GpuMat_Allocator
source§impl Drop for GpuMat_Allocator
impl Drop for GpuMat_Allocator
source§impl GpuMat_AllocatorTraitConst for GpuMat_Allocator
impl GpuMat_AllocatorTraitConst for GpuMat_Allocator
fn as_raw_GpuMat_Allocator(&self) -> *const c_void
impl Send for GpuMat_Allocator
Auto Trait Implementations§
impl RefUnwindSafe for GpuMat_Allocator
impl !Sync for GpuMat_Allocator
impl Unpin for GpuMat_Allocator
impl UnwindSafe for GpuMat_Allocator
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