#[repr(C)]pub struct KSRTAUDIO_NOTIFICATION_EVENT_PROPERTY {
pub Property: KSIDENTIFIER,
pub NotificationEvent: HANDLE,
}
Expand description
Required features: "Win32_Media_KernelStreaming"
, "Win32_Foundation"
Fields
Property: KSIDENTIFIER
NotificationEvent: HANDLE
Trait Implementations
impl Copy for KSRTAUDIO_NOTIFICATION_EVENT_PROPERTY
Auto Trait Implementations
impl RefUnwindSafe for KSRTAUDIO_NOTIFICATION_EVENT_PROPERTY
impl Send for KSRTAUDIO_NOTIFICATION_EVENT_PROPERTY
impl Sync for KSRTAUDIO_NOTIFICATION_EVENT_PROPERTY
impl Unpin for KSRTAUDIO_NOTIFICATION_EVENT_PROPERTY
impl UnwindSafe for KSRTAUDIO_NOTIFICATION_EVENT_PROPERTY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more