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

pub struct ClUint3(pub u32, pub u32, pub u32, _);

Methods

impl ClUint3
[src]

Trait Implementations

impl Default for ClUint3
[src]

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

impl Copy for ClUint3
[src]

impl Clone for ClUint3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ClUint3
[src]

Formats the value using the given formatter.

impl PartialEq for ClUint3
[src]

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

This method tests for !=.

impl OclPrm for ClUint3
[src]

impl OclVec for ClUint3
[src]