#[repr(C)]pub struct IEnumContextPropsVtbl {
pub parent: IUnknownVtbl,
pub Next: unsafe extern "system" fn(This: *mut IEnumContextProps, celt: ULONG, pContextProperties: *mut ContextProperty, pceltFetched: *mut ULONG) -> HRESULT,
pub Skip: unsafe extern "system" fn(This: *mut IEnumContextProps, celt: ULONG) -> HRESULT,
pub Reset: unsafe extern "system" fn(This: *mut IEnumContextProps) -> HRESULT,
pub Clone: unsafe extern "system" fn(This: *mut IEnumContextProps, ppEnumContextProps: *mut *mut IEnumContextProps) -> HRESULT,
pub Count: unsafe extern "system" fn(This: *mut IEnumContextProps, pcelt: *mut ULONG) -> HRESULT,
}
Fields§
§parent: IUnknownVtbl
§Next: unsafe extern "system" fn(This: *mut IEnumContextProps, celt: ULONG, pContextProperties: *mut ContextProperty, pceltFetched: *mut ULONG) -> HRESULT
§Skip: unsafe extern "system" fn(This: *mut IEnumContextProps, celt: ULONG) -> HRESULT
§Reset: unsafe extern "system" fn(This: *mut IEnumContextProps) -> HRESULT
§Clone: unsafe extern "system" fn(This: *mut IEnumContextProps, ppEnumContextProps: *mut *mut IEnumContextProps) -> HRESULT
§Count: unsafe extern "system" fn(This: *mut IEnumContextProps, pcelt: *mut ULONG) -> HRESULT
Auto Trait Implementations§
impl Freeze for IEnumContextPropsVtbl
impl RefUnwindSafe for IEnumContextPropsVtbl
impl Send for IEnumContextPropsVtbl
impl Sync for IEnumContextPropsVtbl
impl Unpin for IEnumContextPropsVtbl
impl UnwindSafe for IEnumContextPropsVtbl
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