Enum ocl::core::ProfilingInfoResult [] [src]

pub enum ProfilingInfoResult {
    TemporaryPlaceholderVariant(Vec<u8>),
    Queued(TemporaryPlaceholderType),
    Submit(TemporaryPlaceholderType),
    Start(TemporaryPlaceholderType),
    End(TemporaryPlaceholderType),
    Error(Box<OclError>),
}

[UNSTABLE][INCOMPLETE] A profiling info result.

Variants

TemporaryPlaceholderVariant(Vec<u8>)Queued(TemporaryPlaceholderType)Submit(TemporaryPlaceholderType)Start(TemporaryPlaceholderType)End(TemporaryPlaceholderType)Error(Box<OclError>)

Methods

impl ProfilingInfoResult
[src]

fn to_string(&self) -> String

Trait Implementations

impl Debug for ProfilingInfoResult
[src]

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

Formats the value using the given formatter.

impl Display for ProfilingInfoResult
[src]

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

Formats the value using the given formatter.