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