Enum ocl::enums::ProfilingInfo [] [src]

pub enum ProfilingInfo {
    Queued,
    Submit,
    Start,
    End,
}

cl_profiling_info

Variants

Trait Implementations

impl PartialEq<ProfilingInfo> for ProfilingInfo

impl Clone for ProfilingInfo

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ProfilingInfo

Formats the value using the given formatter.

impl Copy for ProfilingInfo

impl FromPrimitive for ProfilingInfo