Struct cuda_sys::cudart::cudaIpcMemHandle_st[][src]

#[repr(C)]
pub struct cudaIpcMemHandle_st { pub reserved: [c_char; 64], }

Fields

Trait Implementations

impl Copy for cudaIpcMemHandle_st
[src]

impl Clone for cudaIpcMemHandle_st
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations