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

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

Platform info result.

Variants

Methods

impl PlatformInfoResult

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

Trait Implementations

impl From<Error> for PlatformInfoResult

Performs the conversion.

impl From<IntoStringError> for PlatformInfoResult

Performs the conversion.

impl From<NulError> for PlatformInfoResult

Performs the conversion.

impl Error for PlatformInfoResult

impl Debug for PlatformInfoResult

Formats the value using the given formatter.

impl Display for PlatformInfoResult

Formats the value using the given formatter.

impl Into<String> for PlatformInfoResult

Performs the conversion.