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

pub struct ClFloat4(pub f32, pub f32, pub f32, pub f32);

Methods

impl ClFloat4
[src]

Trait Implementations

impl Default for ClFloat4
[src]

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

impl Copy for ClFloat4
[src]

impl Clone for ClFloat4
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ClFloat4
[src]

Formats the value using the given formatter.

impl PartialEq for ClFloat4
[src]

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

This method tests for !=.

impl Add<ClFloat4> for ClFloat4
[src]

The resulting type after applying the + operator

The method for the + operator

impl OclPrm for ClFloat4
[src]

impl OclVec for ClFloat4
[src]