#[repr(C)]pub struct IEnumSTATPROPSTGVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IEnumSTATPROPSTG, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IEnumSTATPROPSTG) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IEnumSTATPROPSTG) -> ULONG>,
pub Next: Option<unsafe extern "C" fn(This: *mut IEnumSTATPROPSTG, celt: ULONG, rgelt: *mut STATPROPSTG, pceltFetched: *mut ULONG) -> HRESULT>,
pub Skip: Option<unsafe extern "C" fn(This: *mut IEnumSTATPROPSTG, celt: ULONG) -> HRESULT>,
pub Reset: Option<unsafe extern "C" fn(This: *mut IEnumSTATPROPSTG) -> HRESULT>,
pub Clone: Option<unsafe extern "C" fn(This: *mut IEnumSTATPROPSTG, ppenum: *mut *mut IEnumSTATPROPSTG) -> HRESULT>,
}Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IEnumSTATPROPSTG, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>§AddRef: Option<unsafe extern "C" fn(This: *mut IEnumSTATPROPSTG) -> ULONG>§Release: Option<unsafe extern "C" fn(This: *mut IEnumSTATPROPSTG) -> ULONG>§Next: Option<unsafe extern "C" fn(This: *mut IEnumSTATPROPSTG, celt: ULONG, rgelt: *mut STATPROPSTG, pceltFetched: *mut ULONG) -> HRESULT>§Skip: Option<unsafe extern "C" fn(This: *mut IEnumSTATPROPSTG, celt: ULONG) -> HRESULT>§Reset: Option<unsafe extern "C" fn(This: *mut IEnumSTATPROPSTG) -> HRESULT>§Clone: Option<unsafe extern "C" fn(This: *mut IEnumSTATPROPSTG, ppenum: *mut *mut IEnumSTATPROPSTG) -> HRESULT>Trait Implementations§
Source§impl Clone for IEnumSTATPROPSTGVtbl
impl Clone for IEnumSTATPROPSTGVtbl
Source§fn clone(&self) -> IEnumSTATPROPSTGVtbl
fn clone(&self) -> IEnumSTATPROPSTGVtbl
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IEnumSTATPROPSTGVtbl
impl Debug for IEnumSTATPROPSTGVtbl
impl Copy for IEnumSTATPROPSTGVtbl
Auto Trait Implementations§
impl Freeze for IEnumSTATPROPSTGVtbl
impl RefUnwindSafe for IEnumSTATPROPSTGVtbl
impl Send for IEnumSTATPROPSTGVtbl
impl Sync for IEnumSTATPROPSTGVtbl
impl Unpin for IEnumSTATPROPSTGVtbl
impl UnwindSafe for IEnumSTATPROPSTGVtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more