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