Struct ocl_core::types::vectors::ClFloat3 [] [src]

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

Methods

impl ClFloat3
[src]

Trait Implementations

impl Default for ClFloat3
[src]

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

impl Copy for ClFloat3
[src]

impl Clone for ClFloat3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ClFloat3
[src]

Formats the value using the given formatter.

impl PartialEq for ClFloat3
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Add<ClFloat3> for ClFloat3
[src]

The resulting type after applying the + operator

The method for the + operator

impl From<[f32; 3]> for ClFloat3
[src]

Performs the conversion.

impl From<(f32, f32, f32)> for ClFloat3
[src]

Performs the conversion.

impl OclPrm for ClFloat3
[src]

impl OclVec for ClFloat3
[src]