#[repr(C)]pub struct cudaAsyncCallbackEntry { /* private fields */ }
Trait Implementations§
Source§impl Clone for cudaAsyncCallbackEntry
impl Clone for cudaAsyncCallbackEntry
Source§fn clone(&self) -> cudaAsyncCallbackEntry
fn clone(&self) -> cudaAsyncCallbackEntry
Returns a duplicate 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 cudaAsyncCallbackEntry
impl Debug for cudaAsyncCallbackEntry
impl Copy for cudaAsyncCallbackEntry
Auto Trait Implementations§
impl Freeze for cudaAsyncCallbackEntry
impl RefUnwindSafe for cudaAsyncCallbackEntry
impl Send for cudaAsyncCallbackEntry
impl Sync for cudaAsyncCallbackEntry
impl Unpin for cudaAsyncCallbackEntry
impl UnwindSafe for cudaAsyncCallbackEntry
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