Enum ocl::enums::DeviceLocalMemType [] [src]

pub enum DeviceLocalMemType {
    None,
    Local,
    Global,
}

cl_device_local_mem_type

Variants

Trait Implementations

impl PartialEq<DeviceLocalMemType> for DeviceLocalMemType

impl Clone for DeviceLocalMemType

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DeviceLocalMemType

Formats the value using the given formatter.

impl Copy for DeviceLocalMemType

impl FromPrimitive for DeviceLocalMemType