Enum ocl::core::ProgramInfoResult [] [src]

pub enum ProgramInfoResult {
    TemporaryPlaceholderVariant(Vec<u8>),
    ReferenceCount(TemporaryPlaceholderType),
    Context(TemporaryPlaceholderType),
    NumDevices(TemporaryPlaceholderType),
    Devices(TemporaryPlaceholderType),
    Source(TemporaryPlaceholderType),
    BinarySizes(TemporaryPlaceholderType),
    Binaries(TemporaryPlaceholderType),
    NumKernels(TemporaryPlaceholderType),
    KernelNames(TemporaryPlaceholderType),
    Error(Box<OclError>),
}

[UNSTABLE][INCOMPLETE] A program info result.

Variants

TemporaryPlaceholderVariant(Vec<u8>)ReferenceCount(TemporaryPlaceholderType)Context(TemporaryPlaceholderType)NumDevices(TemporaryPlaceholderType)Devices(TemporaryPlaceholderType)Source(TemporaryPlaceholderType)BinarySizes(TemporaryPlaceholderType)Binaries(TemporaryPlaceholderType)NumKernels(TemporaryPlaceholderType)KernelNames(TemporaryPlaceholderType)Error(Box<OclError>)

Methods

impl ProgramInfoResult
[src]

fn to_string(&self) -> String

Trait Implementations

impl Debug for ProgramInfoResult
[src]

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

Formats the value using the given formatter.

impl Display for ProgramInfoResult
[src]

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

Formats the value using the given formatter.