Enum opencv::core::UMatData_MemoryFlag [−][src]
#[repr(C)]
pub enum UMatData_MemoryFlag {
COPY_ON_MAP,
HOST_COPY_OBSOLETE,
DEVICE_COPY_OBSOLETE,
TEMP_UMAT,
TEMP_COPIED_UMAT,
USER_ALLOCATED,
DEVICE_MEM_MAPPED,
ASYNC_CLEANUP,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UMatData_MemoryFlag
impl Send for UMatData_MemoryFlag
impl Sync for UMatData_MemoryFlag
impl Unpin for UMatData_MemoryFlag
impl UnwindSafe for UMatData_MemoryFlag
Blanket Implementations
Mutably borrows from an owned value. Read more