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