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