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

#[repr(C)]
pub struct ISWbemObjectSetVtbl {
    pub parent: IDispatchVtbl,
    pub get__NewEnum: unsafe extern "system" fn(This: *mut ISWbemObjectSet, pUnk: *mut *mut IUnknown) -> HRESULT,
    pub Item: unsafe extern "system" fn(This: *mut ISWbemObjectSet, strObjectPath: BSTR, iFlags: c_long, objWbemObject: *mut *mut ISWbemObject) -> HRESULT,
    pub get_Count: unsafe extern "system" fn(This: *mut ISWbemObjectSet, iCount: *mut c_long) -> HRESULT,
    pub get_Security_: unsafe extern "system" fn(This: *mut ISWbemObjectSet, objWbemSecurity: *mut *mut ISWbemSecurity) -> HRESULT,
    pub ItemIndex: unsafe extern "system" fn(This: *mut ISWbemObjectSet, lIndex: c_long, objWbemObject: *mut *mut ISWbemObject) -> HRESULT,
}

Fields

parent: IDispatchVtblget__NewEnum: unsafe extern "system" fn(This: *mut ISWbemObjectSet, pUnk: *mut *mut IUnknown) -> HRESULTItem: unsafe extern "system" fn(This: *mut ISWbemObjectSet, strObjectPath: BSTR, iFlags: c_long, objWbemObject: *mut *mut ISWbemObject) -> HRESULTget_Count: unsafe extern "system" fn(This: *mut ISWbemObjectSet, iCount: *mut c_long) -> HRESULTget_Security_: unsafe extern "system" fn(This: *mut ISWbemObjectSet, objWbemSecurity: *mut *mut ISWbemSecurity) -> HRESULTItemIndex: unsafe extern "system" fn(This: *mut ISWbemObjectSet, lIndex: c_long, objWbemObject: *mut *mut ISWbemObject) -> 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]