#[repr(C)]pub struct AUDIO_ENDPOINT_VOLUME_CHANGE_NOTIFICATION {
pub endpoint: IMMDevice,
pub volume: *mut AUDIO_VOLUME_NOTIFICATION_DATA,
}
Expand description
Required features: "Win32_Media_Audio_Apo"
, "Win32_Foundation"
Fields
endpoint: IMMDevice
volume: *mut AUDIO_VOLUME_NOTIFICATION_DATA
Trait Implementations
impl Copy for AUDIO_ENDPOINT_VOLUME_CHANGE_NOTIFICATION
Auto Trait Implementations
impl RefUnwindSafe for AUDIO_ENDPOINT_VOLUME_CHANGE_NOTIFICATION
impl !Send for AUDIO_ENDPOINT_VOLUME_CHANGE_NOTIFICATION
impl !Sync for AUDIO_ENDPOINT_VOLUME_CHANGE_NOTIFICATION
impl Unpin for AUDIO_ENDPOINT_VOLUME_CHANGE_NOTIFICATION
impl UnwindSafe for AUDIO_ENDPOINT_VOLUME_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