Struct cuda_sys::cuda::CUDA_POINTER_ATTRIBUTE_P2P_TOKENS_st[][src]

#[repr(C)]
pub struct CUDA_POINTER_ATTRIBUTE_P2P_TOKENS_st { pub p2pToken: c_ulonglong, pub vaSpaceToken: c_uint, }

Fields

Trait Implementations

impl Debug for CUDA_POINTER_ATTRIBUTE_P2P_TOKENS_st
[src]

Formats the value using the given formatter. Read more

impl Copy for CUDA_POINTER_ATTRIBUTE_P2P_TOKENS_st
[src]

impl Clone for CUDA_POINTER_ATTRIBUTE_P2P_TOKENS_st
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations