Type Alias cudaAsyncNotificationInfo_t

Source
pub type cudaAsyncNotificationInfo_t = cudaAsyncNotificationInfo;
Expand description

Information describing an async notification event

Aliased Type§

#[repr(C)]
pub struct cudaAsyncNotificationInfo_t { pub type_: cudaAsyncNotificationType_enum, pub info: cudaAsyncNotificationInfo__bindgen_ty_1, }

Fields§

§type_: cudaAsyncNotificationType_enum§info: cudaAsyncNotificationInfo__bindgen_ty_1