#[repr(C)]pub struct ICoreWebView2FrameInfoCollectionIteratorVTable {
pub iunknown_base: <dyn IUnknown as ComInterface>::VTable,
pub GetHasCurrent: unsafe extern "stdcall" fn(*mut ICoreWebView2FrameInfoCollectionIteratorVPtr, *mut BOOL) -> HRESULT,
pub GetCurrent: unsafe extern "stdcall" fn(*mut ICoreWebView2FrameInfoCollectionIteratorVPtr, *mut *mut *mut ICoreWebView2FrameInfoVTable) -> HRESULT,
pub MoveNext: unsafe extern "stdcall" fn(*mut ICoreWebView2FrameInfoCollectionIteratorVPtr, *mut BOOL) -> HRESULT,
}Fields§
§iunknown_base: <dyn IUnknown as ComInterface>::VTable§GetHasCurrent: unsafe extern "stdcall" fn(*mut ICoreWebView2FrameInfoCollectionIteratorVPtr, *mut BOOL) -> HRESULT§GetCurrent: unsafe extern "stdcall" fn(*mut ICoreWebView2FrameInfoCollectionIteratorVPtr, *mut *mut *mut ICoreWebView2FrameInfoVTable) -> HRESULT§MoveNext: unsafe extern "stdcall" fn(*mut ICoreWebView2FrameInfoCollectionIteratorVPtr, *mut BOOL) -> HRESULTAuto Trait Implementations§
impl Freeze for ICoreWebView2FrameInfoCollectionIteratorVTable
impl RefUnwindSafe for ICoreWebView2FrameInfoCollectionIteratorVTable
impl Send for ICoreWebView2FrameInfoCollectionIteratorVTable
impl Sync for ICoreWebView2FrameInfoCollectionIteratorVTable
impl Unpin for ICoreWebView2FrameInfoCollectionIteratorVTable
impl UnsafeUnpin for ICoreWebView2FrameInfoCollectionIteratorVTable
impl UnwindSafe for ICoreWebView2FrameInfoCollectionIteratorVTable
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