Struct windows::Win32::Devices::Enumeration::Pnp::IUPnPDeviceProvider_Vtbl
#[repr(C)]pub struct IUPnPDeviceProvider_Vtbl {
pub base__: IUnknown_Vtbl,
pub Start: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT,
pub Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Start: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT
§Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IUPnPDeviceProvider_Vtbl
impl IUPnPDeviceProvider_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IUPnPDeviceProvider_Vtblwhere
Identity: IUPnPDeviceProvider_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUPnPDeviceProvider_Vtbl
impl RefUnwindSafe for IUPnPDeviceProvider_Vtbl
impl Send for IUPnPDeviceProvider_Vtbl
impl Sync for IUPnPDeviceProvider_Vtbl
impl Unpin for IUPnPDeviceProvider_Vtbl
impl UnwindSafe for IUPnPDeviceProvider_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