Struct APOInitSystemEffects
#[repr(C)]pub struct APOInitSystemEffects {
pub APOInit: APOInitBaseStruct,
pub pAPOEndpointProperties: ManuallyDrop<Option<IPropertyStore>>,
pub pAPOSystemEffectsProperties: ManuallyDrop<Option<IPropertyStore>>,
pub pReserved: *mut c_void,
pub pDeviceCollection: ManuallyDrop<Option<IMMDeviceCollection>>,
}
Fields§
§APOInit: APOInitBaseStruct
§pAPOEndpointProperties: ManuallyDrop<Option<IPropertyStore>>
§pAPOSystemEffectsProperties: ManuallyDrop<Option<IPropertyStore>>
§pReserved: *mut c_void
§pDeviceCollection: ManuallyDrop<Option<IMMDeviceCollection>>
Trait Implementations§
§impl Clone for APOInitSystemEffects
impl Clone for APOInitSystemEffects
§fn clone(&self) -> APOInitSystemEffects
fn clone(&self) -> APOInitSystemEffects
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for APOInitSystemEffects
impl Debug for APOInitSystemEffects
§impl Default for APOInitSystemEffects
impl Default for APOInitSystemEffects
§impl PartialEq for APOInitSystemEffects
impl PartialEq for APOInitSystemEffects
impl StructuralPartialEq for APOInitSystemEffects
Auto Trait Implementations§
impl Freeze for APOInitSystemEffects
impl RefUnwindSafe for APOInitSystemEffects
impl !Send for APOInitSystemEffects
impl !Sync for APOInitSystemEffects
impl Unpin for APOInitSystemEffects
impl UnwindSafe for APOInitSystemEffects
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more