Struct min_cl::api::CommandQueue
source · pub struct CommandQueue(pub cl_command_queue);Tuple Fields§
§0: cl_command_queueTrait Implementations§
source§impl Clone for CommandQueue
impl Clone for CommandQueue
source§fn clone(&self) -> CommandQueue
fn clone(&self) -> CommandQueue
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more