Struct min_cl::api::CLIntDevice
source · pub struct CLIntDevice(pub cl_device_id);Tuple Fields§
§0: cl_device_idImplementations§
Trait Implementations§
source§impl Clone for CLIntDevice
impl Clone for CLIntDevice
source§fn clone(&self) -> CLIntDevice
fn clone(&self) -> CLIntDevice
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