Struct windows::Win32::System::Search::IRowsetCurrentIndex_Vtbl
#[repr(C)]pub struct IRowsetCurrentIndex_Vtbl {
pub base__: IRowsetIndex_Vtbl,
pub GetIndex: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut DBID) -> HRESULT,
pub SetIndex: unsafe extern "system" fn(_: *mut c_void, _: *const DBID) -> HRESULT,
}
Fields§
§base__: IRowsetIndex_Vtbl
§GetIndex: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut DBID) -> HRESULT
§SetIndex: unsafe extern "system" fn(_: *mut c_void, _: *const DBID) -> HRESULT
Implementations§
§impl IRowsetCurrentIndex_Vtbl
impl IRowsetCurrentIndex_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IRowsetCurrentIndex_Vtblwhere
Identity: IRowsetCurrentIndex_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IRowsetCurrentIndex_Vtbl
impl RefUnwindSafe for IRowsetCurrentIndex_Vtbl
impl Send for IRowsetCurrentIndex_Vtbl
impl Sync for IRowsetCurrentIndex_Vtbl
impl Unpin for IRowsetCurrentIndex_Vtbl
impl UnwindSafe for IRowsetCurrentIndex_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