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

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

Fields

parent: IUnknownVtblNext: unsafe extern "system" fn(This: *mut IEnumSTATSTG, celt: ULONG, rgelt: *mut STATSTG, pceltFetched: *mut ULONG) -> HRESULTSkip: unsafe extern "system" fn(This: *mut IEnumSTATSTG, celt: ULONG) -> HRESULTReset: unsafe extern "system" fn(This: *mut IEnumSTATSTG) -> HRESULTClone: unsafe extern "system" fn(This: *mut IEnumSTATSTG, ppenum: *mut *mut IEnumSTATSTG) -> 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.