Enum ocl::enums::BufferCreateType [] [src]

pub enum BufferCreateType {
    Region,
    __DUMMY,
}

cl_buffer_create_type

Variants

Trait Implementations

impl PartialEq<BufferCreateType> for BufferCreateType

impl Clone for BufferCreateType

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BufferCreateType

Formats the value using the given formatter.

impl Copy for BufferCreateType

impl FromPrimitive for BufferCreateType