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

pub enum PlatformInfoResult {
    Profile(String),
    Version(String),
    Name(String),
    Vendor(String),
    Extensions(String),
    Error(Box<OclError>),
}

Platform info result.

Variants

Methods

impl PlatformInfoResult
[src]

Parse the Version string and get a numeric result as OpenclVersion.

Trait Implementations

impl Debug for PlatformInfoResult
[src]

Formats the value using the given formatter.

impl Display for PlatformInfoResult
[src]

Formats the value using the given formatter. Read more

impl From<OclError> for PlatformInfoResult
[src]

Performs the conversion.

impl From<IntoStringError> for PlatformInfoResult
[src]

Performs the conversion.

impl From<NulError> for PlatformInfoResult
[src]

Performs the conversion.

impl Error for PlatformInfoResult
[src]

A short description of the error. Read more

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