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

pub enum KernelInfoResult {
    FunctionName(String),
    NumArgs(u32),
    ReferenceCount(u32),
    Context(Context),
    Program(Program),
    Attributes(String),
    Error(Box<OclError>),
}

A kernel info result.

Variants

Methods

impl KernelInfoResult
[src]

Trait Implementations

impl Debug for KernelInfoResult
[src]

Formats the value using the given formatter.

impl Display for KernelInfoResult
[src]

Formats the value using the given formatter. Read more

impl From<OclError> for KernelInfoResult
[src]

Performs the conversion.

impl Error for KernelInfoResult
[src]

A short description of the error. Read more

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