Type Alias CUasyncNotificationInfo

Source
pub type CUasyncNotificationInfo = CUasyncNotificationInfo_st;
Expand description

Information passed to the user via the async notification callback

Aliased Type§

#[repr(C)]
pub struct CUasyncNotificationInfo { pub type_: CUasyncNotificationType_enum, pub info: CUasyncNotificationInfo_st__bindgen_ty_1, }

Fields§

§type_: CUasyncNotificationType_enum§info: CUasyncNotificationInfo_st__bindgen_ty_1