Struct cuda_sys::vector_types::int2[][src]

#[repr(C)]
pub struct int2 { pub x: c_int, pub y: c_int, pub __bindgen_align: [u64; 0], }

Fields

Trait Implementations

impl Debug for int2
[src]

Formats the value using the given formatter. Read more

impl Copy for int2
[src]

impl Clone for int2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for int2

impl Sync for int2