Enum opencv::core::UMatUsageFlags [−][src]
#[repr(C)]
pub enum UMatUsageFlags {
USAGE_DEFAULT,
USAGE_ALLOCATE_HOST_MEMORY,
USAGE_ALLOCATE_DEVICE_MEMORY,
USAGE_ALLOCATE_SHARED_MEMORY,
__UMAT_USAGE_FLAGS_32BIT,
}
Expand description
Usage flags for allocator
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UMatUsageFlags
impl Send for UMatUsageFlags
impl Sync for UMatUsageFlags
impl Unpin for UMatUsageFlags
impl UnwindSafe for UMatUsageFlags
Blanket Implementations
Mutably borrows from an owned value. Read more