Struct ocl::aliases::ClUint2
[−]
[src]
pub struct ClUint2(pub u32, pub u32);
Trait Implementations
impl OclVec for ClUint2
impl PartialEq<ClUint2> for ClUint2
impl Default for ClUint2
impl OclPrm for ClUint2
impl Clone for ClUint2
fn clone(&self) -> ClUint2
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 ClUint2
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.