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