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