Struct windows::Win32::Storage::FileHistory::IFhScopeIterator_Vtbl
#[repr(C)]pub struct IFhScopeIterator_Vtbl {
pub base__: IUnknown_Vtbl,
pub MoveToNextItem: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetItem: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§MoveToNextItem: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetItem: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
Implementations§
§impl IFhScopeIterator_Vtbl
impl IFhScopeIterator_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IFhScopeIterator_Vtblwhere
Identity: IFhScopeIterator_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFhScopeIterator_Vtbl
impl RefUnwindSafe for IFhScopeIterator_Vtbl
impl Send for IFhScopeIterator_Vtbl
impl Sync for IFhScopeIterator_Vtbl
impl Unpin for IFhScopeIterator_Vtbl
impl UnwindSafe for IFhScopeIterator_Vtbl
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