Home
last modified time | relevance | path

Searched defs:APO_NOTIFICATION_DESCRIPTOR (Results 1 – 2 of 2) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/Audio/Apo/
H A Dmod.rs178 pub struct APO_NOTIFICATION_DESCRIPTOR { struct
180 pub Anonymous: APO_NOTIFICATION_DESCRIPTOR_0, argument
182 impl ::core::marker::Copy for APO_NOTIFICATION_DESCRIPTOR {} implementation
183 impl ::core::clone::Clone for APO_NOTIFICATION_DESCRIPTOR { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/Audio/CoreAudio/
H A Dmod.rs261 impl ::std::clone::Clone for APO_NOTIFICATION_DESCRIPTOR { implementation
267 pub struct APO_NOTIFICATION_DESCRIPTOR { struct
269 pub Anonymous: APO_NOTIFICATION_DESCRIPTOR_0, argument
271 impl APO_NOTIFICATION_DESCRIPTOR {} impl
272 impl ::std::default::Default for APO_NOTIFICATION_DESCRIPTOR { implementation
277 impl ::std::cmp::PartialEq for APO_NOTIFICATION_DESCRIPTOR { implementation
282 impl ::std::cmp::Eq for APO_NOTIFICATION_DESCRIPTOR {} implementation
283 unsafe impl ::windows::runtime::Abi for APO_NOTIFICATION_DESCRIPTOR { implementation
4028 …afe fn GetApoNotificationRegistrationInfo(&self, aponotifications: *mut *mut APO_NOTIFICATION_DESC… in GetApoNotificationRegistrationInfo()