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