Struct windows::Win32::System::Wmi::ISWbemProperty_Vtbl
#[repr(C)]pub struct ISWbemProperty_Vtbl {
pub base__: IDispatch_Vtbl,
pub Value: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT,
pub SetValue: unsafe extern "system" fn(_: *mut c_void, _: *const MaybeUninit<VARIANT>) -> HRESULT,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub IsLocal: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub Origin: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub CIMType: unsafe extern "system" fn(_: *mut c_void, _: *mut WbemCimtypeEnum) -> HRESULT,
pub Qualifiers_: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub IsArray: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Value: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT
§SetValue: unsafe extern "system" fn(_: *mut c_void, _: *const MaybeUninit<VARIANT>) -> HRESULT
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§IsLocal: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§Origin: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§CIMType: unsafe extern "system" fn(_: *mut c_void, _: *mut WbemCimtypeEnum) -> HRESULT
§Qualifiers_: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§IsArray: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
Implementations§
§impl ISWbemProperty_Vtbl
impl ISWbemProperty_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISWbemProperty_Vtblwhere
Identity: ISWbemProperty_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISWbemProperty_Vtbl
impl RefUnwindSafe for ISWbemProperty_Vtbl
impl Send for ISWbemProperty_Vtbl
impl Sync for ISWbemProperty_Vtbl
impl Unpin for ISWbemProperty_Vtbl
impl UnwindSafe for ISWbemProperty_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