Struct rcudnn_sys::cudaIpcEventHandle_st
source · #[repr(C)]pub struct cudaIpcEventHandle_st {
pub reserved: [c_char; 64],
}
Fields§
§reserved: [c_char; 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 moresource§impl Debug for cudaIpcEventHandle_st
impl Debug for cudaIpcEventHandle_st
impl Copy for cudaIpcEventHandle_st
Auto Trait Implementations§
impl RefUnwindSafe for cudaIpcEventHandle_st
impl Send for cudaIpcEventHandle_st
impl Sync for cudaIpcEventHandle_st
impl Unpin for cudaIpcEventHandle_st
impl UnwindSafe for cudaIpcEventHandle_st
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more