Struct ocl::aliases::ClInt2 [] [src]

pub struct ClInt2(pub i32, pub i32);

Trait Implementations

impl OclVec for ClInt2

impl PartialEq<ClInt2> for ClInt2

impl Default for ClInt2

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

impl OclPrm for ClInt2

impl Clone for ClInt2

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ClInt2

Formats the value using the given formatter.

impl Copy for ClInt2