Struct cuda_sys::cudart::cudaExtent[][src]

#[repr(C)]
pub struct cudaExtent { pub width: usize, pub height: usize, pub depth: usize, }

Fields

Trait Implementations

impl Debug for cudaExtent
[src]

Formats the value using the given formatter. Read more

impl Copy for cudaExtent
[src]

impl Clone for cudaExtent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for cudaExtent

impl Sync for cudaExtent