Struct winapi::um::objidl::IEnumSTATDATAVtbl[][src]

#[repr(C)]
pub struct IEnumSTATDATAVtbl { pub parent: IUnknownVtbl, pub Next: unsafe extern "system" fn(This: *mut IEnumSTATDATA, celt: ULONG, rgelt: *mut STATDATA, pceltFetched: *mut ULONG) -> HRESULT, pub Skip: unsafe extern "system" fn(This: *mut IEnumSTATDATA, celt: ULONG) -> HRESULT, pub Reset: unsafe extern "system" fn(This: *mut IEnumSTATDATA) -> HRESULT, pub Clone: unsafe extern "system" fn(This: *mut IEnumSTATDATA, ppenum: *mut *mut IEnumSTATDATA) -> HRESULT, }

Fields

parent: IUnknownVtblNext: unsafe extern "system" fn(This: *mut IEnumSTATDATA, celt: ULONG, rgelt: *mut STATDATA, pceltFetched: *mut ULONG) -> HRESULTSkip: unsafe extern "system" fn(This: *mut IEnumSTATDATA, celt: ULONG) -> HRESULTReset: unsafe extern "system" fn(This: *mut IEnumSTATDATA) -> HRESULTClone: unsafe extern "system" fn(This: *mut IEnumSTATDATA, ppenum: *mut *mut IEnumSTATDATA) -> HRESULT

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.