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