Struct windows_sys::Win32::Media::Audio::Apo::APO_NOTIFICATION_DESCRIPTOR
[−]#[repr(C)]pub struct APO_NOTIFICATION_DESCRIPTOR {
pub type: APO_NOTIFICATION_TYPE,
pub Anonymous: APO_NOTIFICATION_DESCRIPTOR_0,
}
Expand description
Required features: "Win32_Media_Audio_Apo"
Fields
type: APO_NOTIFICATION_TYPE
Anonymous: APO_NOTIFICATION_DESCRIPTOR_0
Trait Implementations
impl Clone for APO_NOTIFICATION_DESCRIPTOR
impl Clone for APO_NOTIFICATION_DESCRIPTOR
impl Copy for APO_NOTIFICATION_DESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for APO_NOTIFICATION_DESCRIPTOR
impl !Send for APO_NOTIFICATION_DESCRIPTOR
impl !Sync for APO_NOTIFICATION_DESCRIPTOR
impl Unpin for APO_NOTIFICATION_DESCRIPTOR
impl UnwindSafe for 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