#[repr(C)]pub struct AUDIO_ENDPOINT_PROPERTY_CHANGE_NOTIFICATION {
pub endpoint: IMMDevice,
pub propertyStore: IPropertyStore,
pub propertyKey: PROPERTYKEY,
}
Expand description
Required features: "Win32_Media_Audio_Apo"
, "Win32_UI_Shell_PropertiesSystem"
Fields
endpoint: IMMDevice
propertyStore: IPropertyStore
propertyKey: PROPERTYKEY
Trait Implementations
impl Copy for AUDIO_ENDPOINT_PROPERTY_CHANGE_NOTIFICATION
Auto Trait Implementations
impl RefUnwindSafe for AUDIO_ENDPOINT_PROPERTY_CHANGE_NOTIFICATION
impl !Send for AUDIO_ENDPOINT_PROPERTY_CHANGE_NOTIFICATION
impl !Sync for AUDIO_ENDPOINT_PROPERTY_CHANGE_NOTIFICATION
impl Unpin for AUDIO_ENDPOINT_PROPERTY_CHANGE_NOTIFICATION
impl UnwindSafe for AUDIO_ENDPOINT_PROPERTY_CHANGE_NOTIFICATION
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