Struct windows::Win32::System::Wmi::IWbemAddressResolution_Vtbl
#[repr(C)]pub struct IWbemAddressResolution_Vtbl {
pub base__: IUnknown_Vtbl,
pub Resolve: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PWSTR, _: *mut u32, _: *mut *mut u8) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Resolve: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PWSTR, _: *mut u32, _: *mut *mut u8) -> HRESULT
Implementations§
§impl IWbemAddressResolution_Vtbl
impl IWbemAddressResolution_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWbemAddressResolution_Vtblwhere
Identity: IWbemAddressResolution_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWbemAddressResolution_Vtbl
impl RefUnwindSafe for IWbemAddressResolution_Vtbl
impl Send for IWbemAddressResolution_Vtbl
impl Sync for IWbemAddressResolution_Vtbl
impl Unpin for IWbemAddressResolution_Vtbl
impl UnwindSafe for IWbemAddressResolution_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