Struct custos_math::custos::devices::opencl::api::CommandQueue
pub struct CommandQueue(pub *mut c_void);Tuple Fields§
§0: *mut c_voidImplementations§
Trait Implementations§
§impl Clone for CommandQueue
impl Clone for CommandQueue
§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