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