Struct IWPCProviderSupport_Vtbl
#[repr(C)]pub struct IWPCProviderSupport_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetCurrent: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetCurrent: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
Implementations§
§impl IWPCProviderSupport_Vtbl
impl IWPCProviderSupport_Vtbl
pub const fn new<Identity: IWPCProviderSupport_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWPCProviderSupport_Vtbl
impl RefUnwindSafe for IWPCProviderSupport_Vtbl
impl Send for IWPCProviderSupport_Vtbl
impl Sync for IWPCProviderSupport_Vtbl
impl Unpin for IWPCProviderSupport_Vtbl
impl UnwindSafe for IWPCProviderSupport_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