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