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