Struct ocl::aliases::ClFloat3 [] [src]

pub struct ClFloat3(pub f32, pub f32, pub f32, _);

Methods

impl ClFloat3

Trait Implementations

impl From<[f32; 3]> for ClFloat3

Performs the conversion.

impl From<(f32, f32, f32)> for ClFloat3

Performs the conversion.

impl OclVec for ClFloat3

impl Add<ClFloat3> for ClFloat3

impl PartialEq<ClFloat3> for ClFloat3

impl Default for ClFloat3

Returns the "default value" for a type. Read more

impl OclPrm for ClFloat3

impl Clone for ClFloat3

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ClFloat3

Formats the value using the given formatter.

impl Copy for ClFloat3