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

Trait Implementations

impl From<Error> for ProfilingInfoResult

Performs the conversion.

impl Error for ProfilingInfoResult

impl Debug for ProfilingInfoResult

Formats the value using the given formatter.

impl Display for ProfilingInfoResult

Formats the value using the given formatter.

impl Into<String> for ProfilingInfoResult

Performs the conversion.