Enum ocl::enums::ProfilingInfoResult [] [src]

pub enum ProfilingInfoResult {
    Queued(u64),
    Submit(u64),
    Start(u64),
    End(u64),
    Error(Box<Error>),
}

A profiling info result.

Variants

Methods

impl ProfilingInfoResult
[src]

Trait Implementations

impl Display for ProfilingInfoResult
[src]

Formats the value using the given formatter. Read more

impl Error for ProfilingInfoResult
[src]

A short description of the error. Read more

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

impl Debug for ProfilingInfoResult
[src]

Formats the value using the given formatter.

impl From<Error> for ProfilingInfoResult
[src]

Performs the conversion.