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