Struct windows::Win32::System::Wmi::IWbemCallResult_Vtbl
#[repr(C)]pub struct IWbemCallResult_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetResultObject: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT,
pub GetResultString: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub GetResultServices: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT,
pub GetCallStatus: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetResultObject: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT
§GetResultString: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut MaybeUninit<BSTR>) -> HRESULT
§GetResultServices: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT
§GetCallStatus: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32) -> HRESULT
Implementations§
§impl IWbemCallResult_Vtbl
impl IWbemCallResult_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWbemCallResult_Vtblwhere
Identity: IWbemCallResult_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWbemCallResult_Vtbl
impl RefUnwindSafe for IWbemCallResult_Vtbl
impl Send for IWbemCallResult_Vtbl
impl Sync for IWbemCallResult_Vtbl
impl Unpin for IWbemCallResult_Vtbl
impl UnwindSafe for IWbemCallResult_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