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