Struct cuda_sys::vector_types::dim3[][src]

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

Fields

Trait Implementations

impl Debug for dim3
[src]

Formats the value using the given formatter. Read more

impl Copy for dim3
[src]

impl Clone for dim3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for dim3

impl Sync for dim3