Enum ocl::enums::ProfilingInfo
[−]
[src]
pub enum ProfilingInfo {
Queued,
Submit,
Start,
End,
}cl_profiling_info
Variants
QueuedSubmitStartEndTrait Implementations
impl PartialEq<ProfilingInfo> for ProfilingInfo
fn eq(&self, __arg_0: &ProfilingInfo) -> bool
impl Clone for ProfilingInfo
fn clone(&self) -> ProfilingInfo
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for ProfilingInfo
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.