Enum ocl::enums::DeviceLocalMemType
[−]
[src]
pub enum DeviceLocalMemType {
None,
Local,
Global,
}cl_device_local_mem_type
Variants
NoneLocalGlobalTrait Implementations
impl PartialEq<DeviceLocalMemType> for DeviceLocalMemType
fn eq(&self, __arg_0: &DeviceLocalMemType) -> bool
impl Clone for DeviceLocalMemType
fn clone(&self) -> DeviceLocalMemType
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 DeviceLocalMemType
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.