Struct IMDSPDeviceControl_Vtbl
#[repr(C)]pub struct IMDSPDeviceControl_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetDCStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetCapabilities: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub Play: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Record: unsafe extern "system" fn(_: *mut c_void, _: *const WAVEFORMATEX) -> HRESULT,
pub Pause: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Resume: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Seek: unsafe extern "system" fn(_: *mut c_void, _: u32, _: i32) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§GetDCStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§GetCapabilities: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§Play: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Record: unsafe extern "system" fn(_: *mut c_void, _: *const WAVEFORMATEX) -> HRESULT§Pause: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Resume: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Seek: unsafe extern "system" fn(_: *mut c_void, _: u32, _: i32) -> HRESULTImplementations§
§impl IMDSPDeviceControl_Vtbl
impl IMDSPDeviceControl_Vtbl
pub const fn new<Identity: IMDSPDeviceControl_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMDSPDeviceControl_Vtbl
impl RefUnwindSafe for IMDSPDeviceControl_Vtbl
impl Send for IMDSPDeviceControl_Vtbl
impl Sync for IMDSPDeviceControl_Vtbl
impl Unpin for IMDSPDeviceControl_Vtbl
impl UnwindSafe for IMDSPDeviceControl_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