#[repr(C)]pub struct IHardwareAudioEngineBase_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetAvailableOffloadConnectorCount: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *mut u32) -> HRESULT,
pub GetEngineFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL, _: *mut *mut WAVEFORMATEX) -> HRESULT,
pub SetEngineDeviceFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut WAVEFORMATEX) -> HRESULT,
pub SetGfxState: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL) -> HRESULT,
pub GetGfxState: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetAvailableOffloadConnectorCount: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *mut u32) -> HRESULT
§GetEngineFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL, _: *mut *mut WAVEFORMATEX) -> HRESULT
§SetEngineDeviceFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut WAVEFORMATEX) -> HRESULT
§SetGfxState: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL) -> HRESULT
§GetGfxState: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut BOOL) -> HRESULT
Implementations§
§impl IHardwareAudioEngineBase_Vtbl
impl IHardwareAudioEngineBase_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IHardwareAudioEngineBase_Vtblwhere
Identity: IHardwareAudioEngineBase_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IHardwareAudioEngineBase_Vtbl
impl RefUnwindSafe for IHardwareAudioEngineBase_Vtbl
impl Send for IHardwareAudioEngineBase_Vtbl
impl Sync for IHardwareAudioEngineBase_Vtbl
impl Unpin for IHardwareAudioEngineBase_Vtbl
impl UnwindSafe for IHardwareAudioEngineBase_Vtbl
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