Enum ocl::enums::DeviceMemCacheType [] [src]

pub enum DeviceMemCacheType {
    None,
    ReadOnlyCache,
    ReadWriteCache,
}

cl_mem_cache_type

Variants

Trait Implementations

impl PartialEq<DeviceMemCacheType> for DeviceMemCacheType

impl Clone for DeviceMemCacheType

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DeviceMemCacheType

Formats the value using the given formatter.

impl Copy for DeviceMemCacheType

impl FromPrimitive for DeviceMemCacheType