Struct cuda_sys::vector_types::uint2[][src]

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

Fields

Trait Implementations

impl Debug for uint2
[src]

Formats the value using the given formatter. Read more

impl Copy for uint2
[src]

impl Clone for uint2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for uint2

impl Sync for uint2