[][src]Struct winapi::um::wbemdisp::ISWbemPropertyVtbl

#[repr(C)]
pub struct ISWbemPropertyVtbl {
    pub parent: IDispatchVtbl,
    pub get_Value: unsafe extern "system" fn(This: *mut ISWbemProperty, varValue: *mut VARIANT) -> HRESULT,
    pub put_Value: unsafe extern "system" fn(This: *mut ISWbemProperty, varValue: *mut VARIANT) -> HRESULT,
    pub get_Name: unsafe extern "system" fn(This: *mut ISWbemProperty, strName: *mut BSTR) -> HRESULT,
    pub get_IsLocal: unsafe extern "system" fn(This: *mut ISWbemProperty, bIsLocal: *mut VARIANT_BOOL) -> HRESULT,
    pub get_Origin: unsafe extern "system" fn(This: *mut ISWbemProperty, strOrigin: *mut BSTR) -> HRESULT,
    pub get_CIMType: unsafe extern "system" fn(This: *mut ISWbemProperty, iCimType: *mut WbemCimtypeEnum) -> HRESULT,
    pub get_Qualifiers_: unsafe extern "system" fn(This: *mut ISWbemProperty, objWbemQualifierSet: *mut *mut ISWbemQualifierSet) -> HRESULT,
    pub get_IsArray: unsafe extern "system" fn(This: *mut ISWbemProperty, bIsArray: *mut VARIANT_BOOL) -> HRESULT,
}

Fields

parent: IDispatchVtblget_Value: unsafe extern "system" fn(This: *mut ISWbemProperty, varValue: *mut VARIANT) -> HRESULTput_Value: unsafe extern "system" fn(This: *mut ISWbemProperty, varValue: *mut VARIANT) -> HRESULTget_Name: unsafe extern "system" fn(This: *mut ISWbemProperty, strName: *mut BSTR) -> HRESULTget_IsLocal: unsafe extern "system" fn(This: *mut ISWbemProperty, bIsLocal: *mut VARIANT_BOOL) -> HRESULTget_Origin: unsafe extern "system" fn(This: *mut ISWbemProperty, strOrigin: *mut BSTR) -> HRESULTget_CIMType: unsafe extern "system" fn(This: *mut ISWbemProperty, iCimType: *mut WbemCimtypeEnum) -> HRESULTget_Qualifiers_: unsafe extern "system" fn(This: *mut ISWbemProperty, objWbemQualifierSet: *mut *mut ISWbemQualifierSet) -> HRESULTget_IsArray: unsafe extern "system" fn(This: *mut ISWbemProperty, bIsArray: *mut VARIANT_BOOL) -> HRESULT

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]