Enum ocl::enums::CommandExecutionStatus
[−]
[src]
pub enum CommandExecutionStatus {
Complete,
Running,
Submitted,
Queued,
}command execution status
Variants
CompleteRunningSubmittedQueuedTrait Implementations
impl PartialEq<CommandExecutionStatus> for CommandExecutionStatus
fn eq(&self, __arg_0: &CommandExecutionStatus) -> bool
impl Clone for CommandExecutionStatus
fn clone(&self) -> CommandExecutionStatus
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 CommandExecutionStatus
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.