#[repr(C)]pub struct cudaAsyncNotificationInfo {
pub type_: cudaAsyncNotificationType,
pub info: cudaAsyncNotificationInfo__bindgen_ty_1,
}
Expand description
Information describing an async notification event
Fields§
§type_: cudaAsyncNotificationType
§info: cudaAsyncNotificationInfo__bindgen_ty_1
Trait Implementations§
Source§impl Clone for cudaAsyncNotificationInfo
impl Clone for cudaAsyncNotificationInfo
Source§fn clone(&self) -> cudaAsyncNotificationInfo
fn clone(&self) -> cudaAsyncNotificationInfo
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 moreimpl Copy for cudaAsyncNotificationInfo
Auto Trait Implementations§
impl Freeze for cudaAsyncNotificationInfo
impl RefUnwindSafe for cudaAsyncNotificationInfo
impl Send for cudaAsyncNotificationInfo
impl Sync for cudaAsyncNotificationInfo
impl Unpin for cudaAsyncNotificationInfo
impl UnwindSafe for cudaAsyncNotificationInfo
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