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