Type Alias rcudnn_sys::cudaIpcEventHandle_t
source · pub type cudaIpcEventHandle_t = cudaIpcEventHandle_st;
Aliased Type§
struct cudaIpcEventHandle_t {
pub reserved: [i8; 64],
}
Fields§
§reserved: [i8; 64]
Trait Implementations
source§impl Clone for cudaIpcEventHandle_st
impl Clone for cudaIpcEventHandle_st
source§fn clone(&self) -> cudaIpcEventHandle_st
fn clone(&self) -> cudaIpcEventHandle_st
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more