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