Struct cuda_sys::cudart::cudaIpcEventHandle_st[][src]

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

Fields

Trait Implementations

impl Copy for cudaIpcEventHandle_st
[src]

impl Clone for cudaIpcEventHandle_st
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations