#[repr(C)]pub struct APOInitSystemEffects {
pub APOInit: APOInitBaseStruct,
pub pAPOEndpointProperties: Option<IPropertyStore>,
pub pAPOSystemEffectsProperties: Option<IPropertyStore>,
pub pReserved: *mut c_void,
pub pDeviceCollection: Option<IMMDeviceCollection>,
}Fields§
§APOInit: APOInitBaseStruct§pAPOEndpointProperties: Option<IPropertyStore>§pAPOSystemEffectsProperties: Option<IPropertyStore>§pReserved: *mut c_void§pDeviceCollection: Option<IMMDeviceCollection>Trait Implementations§
Source§impl Abi for APOInitSystemEffects
impl Abi for APOInitSystemEffects
Source§type Abi = APOInitSystemEffects_abi
type Abi = APOInitSystemEffects_abi
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for APOInitSystemEffects
impl Clone for APOInitSystemEffects
Source§fn clone(&self) -> APOInitSystemEffects
fn clone(&self) -> APOInitSystemEffects
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for APOInitSystemEffects
impl Debug for APOInitSystemEffects
Source§impl Default for APOInitSystemEffects
impl Default for APOInitSystemEffects
impl Eq for APOInitSystemEffects
Auto Trait Implementations§
impl !Send for APOInitSystemEffects
impl !Sync for APOInitSystemEffects
impl Freeze for APOInitSystemEffects
impl RefUnwindSafe for APOInitSystemEffects
impl Unpin for APOInitSystemEffects
impl UnsafeUnpin 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