Struct cuda_sys::vector_types::uint3[][src]

#[repr(C)]
pub struct uint3 { pub x: c_uint, pub y: c_uint, pub z: c_uint, }

Fields

Trait Implementations

impl Debug for uint3
[src]

Formats the value using the given formatter. Read more

impl Copy for uint3
[src]

impl Clone for uint3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for uint3

impl Sync for uint3