Union windows_sys::Win32::Media::Audio::Apo::APO_NOTIFICATION_0
[−]#[repr(C)]
pub union APO_NOTIFICATION_0 {
pub audioEndpointVolumeChange: AUDIO_ENDPOINT_VOLUME_CHANGE_NOTIFICATION,
pub audioEndpointPropertyChange: AUDIO_ENDPOINT_PROPERTY_CHANGE_NOTIFICATION,
pub audioSystemEffectsPropertyChange: AUDIO_SYSTEMEFFECTS_PROPERTY_CHANGE_NOTIFICATION,
}
Expand description
Required features: "Win32_Media_Audio_Apo"
, "Win32_Foundation"
, "Win32_UI_Shell_PropertiesSystem"
Fields
audioEndpointVolumeChange: AUDIO_ENDPOINT_VOLUME_CHANGE_NOTIFICATION
audioEndpointPropertyChange: AUDIO_ENDPOINT_PROPERTY_CHANGE_NOTIFICATION
audioSystemEffectsPropertyChange: AUDIO_SYSTEMEFFECTS_PROPERTY_CHANGE_NOTIFICATION
Trait Implementations
impl Clone for APO_NOTIFICATION_0
impl Clone for APO_NOTIFICATION_0
impl Copy for APO_NOTIFICATION_0
Auto Trait Implementations
impl RefUnwindSafe for APO_NOTIFICATION_0
impl !Send for APO_NOTIFICATION_0
impl !Sync for APO_NOTIFICATION_0
impl Unpin for APO_NOTIFICATION_0
impl UnwindSafe for APO_NOTIFICATION_0
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