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