Struct cuda_sys::cudart::cudaPitchedPtr[][src]

#[repr(C)]
pub struct cudaPitchedPtr { pub ptr: *mut c_void, pub pitch: usize, pub xsize: usize, pub ysize: usize, }

Fields

Trait Implementations

impl Debug for cudaPitchedPtr
[src]

Formats the value using the given formatter. Read more

impl Copy for cudaPitchedPtr
[src]

impl Clone for cudaPitchedPtr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations