#[repr(C)]pub struct KSRTAUDIO_NOTIFICATION_EVENT_PROPERTY32 {
pub Property: KSIDENTIFIER,
pub NotificationEvent: u32,
}
Fields§
§Property: KSIDENTIFIER
§NotificationEvent: u32
Trait Implementations§
impl Copy for KSRTAUDIO_NOTIFICATION_EVENT_PROPERTY32
Auto Trait Implementations§
impl RefUnwindSafe for KSRTAUDIO_NOTIFICATION_EVENT_PROPERTY32
impl Send for KSRTAUDIO_NOTIFICATION_EVENT_PROPERTY32
impl Sync for KSRTAUDIO_NOTIFICATION_EVENT_PROPERTY32
impl Unpin for KSRTAUDIO_NOTIFICATION_EVENT_PROPERTY32
impl UnwindSafe for KSRTAUDIO_NOTIFICATION_EVENT_PROPERTY32
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