Struct windows_sys::Win32::Media::Audio::Apo::APO_NOTIFICATION
[−]#[repr(C)]pub struct APO_NOTIFICATION {
pub type: APO_NOTIFICATION_TYPE,
pub Anonymous: APO_NOTIFICATION_0,
}
Expand description
Required features: "Win32_Media_Audio_Apo"
, "Win32_Foundation"
, "Win32_UI_Shell_PropertiesSystem"
Fields
type: APO_NOTIFICATION_TYPE
Anonymous: APO_NOTIFICATION_0
Trait Implementations
impl Clone for APO_NOTIFICATION
impl Clone for APO_NOTIFICATION
impl Copy for APO_NOTIFICATION
Auto Trait Implementations
impl RefUnwindSafe for APO_NOTIFICATION
impl !Send for APO_NOTIFICATION
impl !Sync for APO_NOTIFICATION
impl Unpin for APO_NOTIFICATION
impl UnwindSafe for APO_NOTIFICATION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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