Enum ocl::enums::DeviceMemCacheType
[−]
[src]
pub enum DeviceMemCacheType {
None,
ReadOnlyCache,
ReadWriteCache,
}cl_mem_cache_type
Variants
NoneReadOnlyCacheReadWriteCacheTrait Implementations
impl PartialEq<DeviceMemCacheType> for DeviceMemCacheType
fn eq(&self, __arg_0: &DeviceMemCacheType) -> bool
impl Clone for DeviceMemCacheType
fn clone(&self) -> DeviceMemCacheType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for DeviceMemCacheType
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.