#[repr(C)]pub struct APOInitSystemEffects2 {
pub APOInit: APOInitBaseStruct,
pub pAPOEndpointProperties: Option<IPropertyStore>,
pub pAPOSystemEffectsProperties: Option<IPropertyStore>,
pub pReserved: *mut c_void,
pub pDeviceCollection: Option<IMMDeviceCollection>,
pub nSoftwareIoDeviceInCollection: u32,
pub nSoftwareIoConnectorIndex: u32,
pub AudioProcessingMode: Guid,
pub InitializeForDiscoveryOnly: BOOL,
}Fields§
§APOInit: APOInitBaseStruct§pAPOEndpointProperties: Option<IPropertyStore>§pAPOSystemEffectsProperties: Option<IPropertyStore>§pReserved: *mut c_void§pDeviceCollection: Option<IMMDeviceCollection>§nSoftwareIoDeviceInCollection: u32§nSoftwareIoConnectorIndex: u32§AudioProcessingMode: Guid§InitializeForDiscoveryOnly: BOOLTrait Implementations§
Source§impl Abi for APOInitSystemEffects2
impl Abi for APOInitSystemEffects2
Source§type Abi = APOInitSystemEffects2_abi
type Abi = APOInitSystemEffects2_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 APOInitSystemEffects2
impl Clone for APOInitSystemEffects2
Source§fn clone(&self) -> APOInitSystemEffects2
fn clone(&self) -> APOInitSystemEffects2
Returns a duplicate 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 moreSource§impl Debug for APOInitSystemEffects2
impl Debug for APOInitSystemEffects2
Source§impl Default for APOInitSystemEffects2
impl Default for APOInitSystemEffects2
Source§impl PartialEq for APOInitSystemEffects2
impl PartialEq for APOInitSystemEffects2
impl Eq for APOInitSystemEffects2
Auto Trait Implementations§
impl Freeze for APOInitSystemEffects2
impl RefUnwindSafe for APOInitSystemEffects2
impl !Send for APOInitSystemEffects2
impl !Sync for APOInitSystemEffects2
impl Unpin for APOInitSystemEffects2
impl UnwindSafe for APOInitSystemEffects2
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