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