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

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

A context info result.

[INCOMPLETE][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. Read more

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