Enum ocl::enums::PlatformInfoResult[][src]

pub enum PlatformInfoResult {
    Profile(String),
    Version(String),
    Name(String),
    Vendor(String),
    Extensions(String),
}

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. Read more

impl Display for PlatformInfoResult
[src]

Formats the value using the given formatter. Read more

impl From<PlatformInfoResult> for String
[src]

Performs the conversion.

Auto Trait Implementations