Enum ocl::core::KernelInfoResult [] [src]

pub enum KernelInfoResult {
    TemporaryPlaceholderVariant(Vec<u8>),
    FunctionName(TemporaryPlaceholderType),
    NumArgs(TemporaryPlaceholderType),
    ReferenceCount(TemporaryPlaceholderType),
    Context(TemporaryPlaceholderType),
    Program(TemporaryPlaceholderType),
    Attributes(TemporaryPlaceholderType),
    Error(Box<OclError>),
}

[UNSTABLE][INCOMPLETE] A kernel info result.

Variants

TemporaryPlaceholderVariant(Vec<u8>)FunctionName(TemporaryPlaceholderType)NumArgs(TemporaryPlaceholderType)ReferenceCount(TemporaryPlaceholderType)Context(TemporaryPlaceholderType)Program(TemporaryPlaceholderType)Attributes(TemporaryPlaceholderType)Error(Box<OclError>)

Methods

impl KernelInfoResult
[src]

fn to_string(&self) -> String

Trait Implementations

impl Debug for KernelInfoResult
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Display for KernelInfoResult
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.