pub struct IHardwareAudioEngineBase(/* private fields */);Implementations§
Source§impl IHardwareAudioEngineBase
impl IHardwareAudioEngineBase
pub unsafe fn GetAvailableOffloadConnectorCount<'a>( &self, _pwstrdeviceid: impl IntoParam<'a, PWSTR>, _uconnectorid: u32, _pavailableconnectorinstancecount: *mut u32, ) -> HRESULT
pub unsafe fn GetEngineFormat<'a>( &self, pdevice: impl IntoParam<'a, IMMDevice>, _brequestdeviceformat: impl IntoParam<'a, BOOL>, _ppwfxformat: *mut *mut WAVEFORMATEX, ) -> HRESULT
pub unsafe fn SetEngineDeviceFormat<'a>( &self, pdevice: impl IntoParam<'a, IMMDevice>, _pwfxformat: *mut WAVEFORMATEX, ) -> HRESULT
pub unsafe fn SetGfxState<'a>( &self, pdevice: impl IntoParam<'a, IMMDevice>, _benable: impl IntoParam<'a, BOOL>, ) -> HRESULT
pub unsafe fn GetGfxState<'a>( &self, pdevice: impl IntoParam<'a, IMMDevice>, _pbenable: *mut BOOL, ) -> HRESULT
Trait Implementations§
Source§impl Clone for IHardwareAudioEngineBase
impl Clone for IHardwareAudioEngineBase
Source§fn clone(&self) -> IHardwareAudioEngineBase
fn clone(&self) -> IHardwareAudioEngineBase
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 IHardwareAudioEngineBase
impl Debug for IHardwareAudioEngineBase
Source§impl From<&IHardwareAudioEngineBase> for IUnknown
impl From<&IHardwareAudioEngineBase> for IUnknown
Source§fn from(value: &IHardwareAudioEngineBase) -> Self
fn from(value: &IHardwareAudioEngineBase) -> Self
Converts to this type from the input type.
Source§impl From<IHardwareAudioEngineBase> for IUnknown
impl From<IHardwareAudioEngineBase> for IUnknown
Source§fn from(value: IHardwareAudioEngineBase) -> Self
fn from(value: IHardwareAudioEngineBase) -> Self
Converts to this type from the input type.
Source§impl Interface for IHardwareAudioEngineBase
impl Interface for IHardwareAudioEngineBase
const IID: Guid
type Vtable = IHardwareAudioEngineBase_abi
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IHardwareAudioEngineBase
impl<'a> IntoParam<'a, IUnknown> for &'a IHardwareAudioEngineBase
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IHardwareAudioEngineBase
impl<'a> IntoParam<'a, IUnknown> for IHardwareAudioEngineBase
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IHardwareAudioEngineBase
impl PartialEq for IHardwareAudioEngineBase
impl Eq for IHardwareAudioEngineBase
impl StructuralPartialEq for IHardwareAudioEngineBase
Auto Trait Implementations§
impl Freeze for IHardwareAudioEngineBase
impl RefUnwindSafe for IHardwareAudioEngineBase
impl !Send for IHardwareAudioEngineBase
impl !Sync for IHardwareAudioEngineBase
impl Unpin for IHardwareAudioEngineBase
impl UnwindSafe for IHardwareAudioEngineBase
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
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