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

#[repr(C)]
pub struct ISWbemMethodVtbl { pub parent: IDispatchVtbl, pub get_Name: unsafe extern "system" fn(This: *mut ISWbemMethod, strName: *mut BSTR) -> HRESULT, pub get_Origin: unsafe extern "system" fn(This: *mut ISWbemMethod, strOrigin: *mut BSTR) -> HRESULT, pub get_InParameters: unsafe extern "system" fn(This: *mut ISWbemMethod, objWbemInParameters: *mut *mut ISWbemObject) -> HRESULT, pub get_OutParameters: unsafe extern "system" fn(This: *mut ISWbemMethod, objWbemOutParameters: *mut *mut ISWbemObject) -> HRESULT, pub get_Qualifiers_: unsafe extern "system" fn(This: *mut ISWbemMethod, objWbemQualifierSet: *mut *mut ISWbemQualifierSet) -> HRESULT, }

Fields

parent: IDispatchVtblget_Name: unsafe extern "system" fn(This: *mut ISWbemMethod, strName: *mut BSTR) -> HRESULTget_Origin: unsafe extern "system" fn(This: *mut ISWbemMethod, strOrigin: *mut BSTR) -> HRESULTget_InParameters: unsafe extern "system" fn(This: *mut ISWbemMethod, objWbemInParameters: *mut *mut ISWbemObject) -> HRESULTget_OutParameters: unsafe extern "system" fn(This: *mut ISWbemMethod, objWbemOutParameters: *mut *mut ISWbemObject) -> HRESULTget_Qualifiers_: unsafe extern "system" fn(This: *mut ISWbemMethod, objWbemQualifierSet: *mut *mut ISWbemQualifierSet) -> HRESULT

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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