#[repr(C)]pub struct KSAUDIOMODULE_NOTIFICATION_0_0 {
pub DeviceId: GUID,
pub ClassId: GUID,
pub InstanceId: u32,
pub Reserved: u32,
}
Expand description
Required features: ‘Win32_Media_KernelStreaming’
Fields
DeviceId: GUID
ClassId: GUID
InstanceId: u32
Reserved: u32
Trait Implementations
impl Clone for KSAUDIOMODULE_NOTIFICATION_0_0
impl Clone for KSAUDIOMODULE_NOTIFICATION_0_0
impl Copy for KSAUDIOMODULE_NOTIFICATION_0_0
Auto Trait Implementations
impl RefUnwindSafe for KSAUDIOMODULE_NOTIFICATION_0_0
impl Send for KSAUDIOMODULE_NOTIFICATION_0_0
impl Sync for KSAUDIOMODULE_NOTIFICATION_0_0
impl Unpin for KSAUDIOMODULE_NOTIFICATION_0_0
impl UnwindSafe for KSAUDIOMODULE_NOTIFICATION_0_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more