Enum ocl::enums::ContextInfoOrPropertiesPointerType [] [src]

pub enum ContextInfoOrPropertiesPointerType {
    Platform,
    InteropUserSync,
}

cl_context_info + cl_context_properties

Variants

Trait Implementations

impl PartialEq<ContextInfoOrPropertiesPointerType> for ContextInfoOrPropertiesPointerType

impl Clone for ContextInfoOrPropertiesPointerType

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ContextInfoOrPropertiesPointerType

Formats the value using the given formatter.

impl Copy for ContextInfoOrPropertiesPointerType

impl FromPrimitive for ContextInfoOrPropertiesPointerType