Struct winapi::um::propidl::IEnumSTATPROPSTGVtbl[][src]

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

Fields

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