Enum ocl::core::ProgramBuildInfoResult [] [src]

pub enum ProgramBuildInfoResult {
    TemporaryPlaceholderVariant(Vec<u8>),
    BuildStatus(TemporaryPlaceholderType),
    BuildOptions(TemporaryPlaceholderType),
    BuildLog(TemporaryPlaceholderType),
    BinaryType(TemporaryPlaceholderType),
    Error(Box<OclError>),
}

[UNSTABLE][INCOMPLETE] A program build info result.

Variants

TemporaryPlaceholderVariant(Vec<u8>)BuildStatus(TemporaryPlaceholderType)BuildOptions(TemporaryPlaceholderType)BuildLog(TemporaryPlaceholderType)BinaryType(TemporaryPlaceholderType)Error(Box<OclError>)

Methods

impl ProgramBuildInfoResult
[src]

fn to_string(&self) -> String

Trait Implementations

impl Debug for ProgramBuildInfoResult
[src]

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

Formats the value using the given formatter.

impl Display for ProgramBuildInfoResult
[src]

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

Formats the value using the given formatter.