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