Struct windows::Win32::Media::DeviceManager::IMDServiceProvider2_Vtbl
#[repr(C)]pub struct IMDServiceProvider2_Vtbl {
pub base__: IMDServiceProvider_Vtbl,
pub CreateDevice: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32, _: *mut *mut Option<IMDSPDevice>) -> HRESULT,
}
Fields§
§base__: IMDServiceProvider_Vtbl
§CreateDevice: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32, _: *mut *mut Option<IMDSPDevice>) -> HRESULT
Implementations§
§impl IMDServiceProvider2_Vtbl
impl IMDServiceProvider2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMDServiceProvider2_Vtblwhere
Identity: IMDServiceProvider2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMDServiceProvider2_Vtbl
impl RefUnwindSafe for IMDServiceProvider2_Vtbl
impl Send for IMDServiceProvider2_Vtbl
impl Sync for IMDServiceProvider2_Vtbl
impl Unpin for IMDServiceProvider2_Vtbl
impl UnwindSafe for IMDServiceProvider2_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