Struct ocl::aliases::ClUint2 [] [src]

pub struct ClUint2(pub u32, pub u32);

Trait Implementations

impl OclVec for ClUint2

impl PartialEq<ClUint2> for ClUint2

impl Default for ClUint2

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

impl OclPrm for ClUint2

impl Clone for ClUint2

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ClUint2

Formats the value using the given formatter.

impl Copy for ClUint2