Struct cuda_sys::cudart::cudaPointerAttributes[][src]

#[repr(C)]
pub struct cudaPointerAttributes { pub memoryType: cudaMemoryType, pub device: c_int, pub devicePointer: *mut c_void, pub hostPointer: *mut c_void, pub isManaged: c_int, }

Fields

Trait Implementations

impl Debug for cudaPointerAttributes
[src]

Formats the value using the given formatter. Read more

impl Copy for cudaPointerAttributes
[src]

impl Clone for cudaPointerAttributes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations