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