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

#[repr(C)]
pub struct ISWbemObjectExVtbl {
    pub parent: ISWbemObjectVtbl,
    pub Refresh_: unsafe extern "system" fn(This: *mut ISWbemObjectEx, iFlags: c_long, objWbemNamedValueSet: *mut IDispatch) -> HRESULT,
    pub get_SystemProperties_: unsafe extern "system" fn(This: *mut ISWbemObjectEx, objWbemPropertySet: *mut *mut ISWbemPropertySet) -> HRESULT,
    pub GetText_: unsafe extern "system" fn(This: *mut ISWbemObjectEx, iObjectTextFormat: WbemObjectTextFormatEnum, iFlags: c_long, objWbemNamedValueSet: *mut IDispatch, bsText: *mut BSTR) -> HRESULT,
    pub SetFromText_: unsafe extern "system" fn(This: *mut ISWbemObjectEx, bsText: BSTR, iObjectTextFormat: WbemObjectTextFormatEnum, iFlags: c_long, objWbemNamedValueSet: *mut IDispatch) -> HRESULT,
}

Fields

parent: ISWbemObjectVtblRefresh_: unsafe extern "system" fn(This: *mut ISWbemObjectEx, iFlags: c_long, objWbemNamedValueSet: *mut IDispatch) -> HRESULTget_SystemProperties_: unsafe extern "system" fn(This: *mut ISWbemObjectEx, objWbemPropertySet: *mut *mut ISWbemPropertySet) -> HRESULTGetText_: unsafe extern "system" fn(This: *mut ISWbemObjectEx, iObjectTextFormat: WbemObjectTextFormatEnum, iFlags: c_long, objWbemNamedValueSet: *mut IDispatch, bsText: *mut BSTR) -> HRESULTSetFromText_: unsafe extern "system" fn(This: *mut ISWbemObjectEx, bsText: BSTR, iObjectTextFormat: WbemObjectTextFormatEnum, iFlags: c_long, objWbemNamedValueSet: *mut IDispatch) -> 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]