Struct windows_sys::Win32::Media::Audio::Apo::APOInitSystemEffects
[−]#[repr(C)]pub struct APOInitSystemEffects {
pub APOInit: APOInitBaseStruct,
pub pAPOEndpointProperties: IPropertyStore,
pub pAPOSystemEffectsProperties: IPropertyStore,
pub pReserved: *mut c_void,
pub pDeviceCollection: IMMDeviceCollection,
}
Expand description
Required features: "Win32_Media_Audio_Apo"
, "Win32_UI_Shell_PropertiesSystem"
Fields
APOInit: APOInitBaseStruct
pAPOEndpointProperties: IPropertyStore
pAPOSystemEffectsProperties: IPropertyStore
pReserved: *mut c_void
pDeviceCollection: IMMDeviceCollection
Trait Implementations
impl Clone for APOInitSystemEffects
impl Clone for APOInitSystemEffects
impl Copy for APOInitSystemEffects
Auto Trait Implementations
impl RefUnwindSafe for APOInitSystemEffects
impl !Send for APOInitSystemEffects
impl !Sync for APOInitSystemEffects
impl Unpin for APOInitSystemEffects
impl UnwindSafe for APOInitSystemEffects
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