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