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

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

Fields

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