Struct windows::Win32::Devices::Enumeration::Pnp::IUPnPService_Vtbl
#[repr(C)]pub struct IUPnPService_Vtbl {
pub base__: IDispatch_Vtbl,
pub QueryStateVariable: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: *mut MaybeUninit<VARIANT>) -> HRESULT,
pub InvokeAction: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<VARIANT>, _: *mut MaybeUninit<VARIANT>, _: *mut MaybeUninit<VARIANT>) -> HRESULT,
pub ServiceTypeIdentifier: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub AddCallback: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Id: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub LastTransportStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§QueryStateVariable: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: *mut MaybeUninit<VARIANT>) -> HRESULT
§InvokeAction: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<VARIANT>, _: *mut MaybeUninit<VARIANT>, _: *mut MaybeUninit<VARIANT>) -> HRESULT
§ServiceTypeIdentifier: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§AddCallback: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Id: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§LastTransportStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
Implementations§
§impl IUPnPService_Vtbl
impl IUPnPService_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IUPnPService_Vtblwhere
Identity: IUPnPService_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUPnPService_Vtbl
impl RefUnwindSafe for IUPnPService_Vtbl
impl Send for IUPnPService_Vtbl
impl Sync for IUPnPService_Vtbl
impl Unpin for IUPnPService_Vtbl
impl UnwindSafe for IUPnPService_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