Struct cuda_sys::cudart::cudaPos[][src]

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

Fields

Trait Implementations

impl Debug for cudaPos
[src]

Formats the value using the given formatter. Read more

impl Copy for cudaPos
[src]

impl Clone for cudaPos
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for cudaPos

impl Sync for cudaPos