Enum ocl_core::types::enums::ContextInfoResult [] [src]

pub enum ContextInfoResult {
    ReferenceCount(u32),
    Devices(Vec<DeviceId>),
    Properties(Vec<u8>),
    NumDevices(u32),
    Error(Box<OclError>),
}

[UNSTABLE][INCOMPLETE] A context info result.

[FIXME]: Figure out what to do with the properties variant.

Variants

Methods

impl ContextInfoResult
[src]

Trait Implementations

impl Debug for ContextInfoResult
[src]

Formats the value using the given formatter.

impl Display for ContextInfoResult
[src]

Formats the value using the given formatter.

impl Into<String> for ContextInfoResult
[src]

Performs the conversion.

impl From<OclError> for ContextInfoResult
[src]

Performs the conversion.

impl Error for ContextInfoResult
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more