[][src]Struct opencv::core::UMatData

pub struct UMatData { /* fields omitted */ }

Methods

impl UMatData[src]

pub fn as_raw_UMatData(&self) -> *mut c_void[src]

pub unsafe fn from_raw_ptr(ptr: *mut c_void) -> Self[src]

impl UMatData[src]

pub fn lock(&mut self) -> Result<()>[src]

pub fn unlock(&mut self) -> Result<()>[src]

pub fn host_copy_obsolete(&self) -> Result<bool>[src]

pub fn device_copy_obsolete(&self) -> Result<bool>[src]

pub fn device_mem_mapped(&self) -> Result<bool>[src]

pub fn copy_on_map(&self) -> Result<bool>[src]

pub fn temp_u_mat(&self) -> Result<bool>[src]

pub fn temp_copied_u_mat(&self) -> Result<bool>[src]

pub fn mark_host_copy_obsolete(&mut self, flag: bool) -> Result<()>[src]

pub fn mark_device_copy_obsolete(&mut self, flag: bool) -> Result<()>[src]

pub fn mark_device_mem_mapped(&mut self, flag: bool) -> Result<()>[src]

Trait Implementations

impl Drop for UMatData[src]

impl Send for UMatData[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.