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