Struct IRowsetIndex_Vtbl
#[repr(C)]pub struct IRowsetIndex_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetIndexInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut usize, _: *mut *mut DBINDEXCOLUMNDESC, _: *mut u32, _: *mut *mut DBPROPSET) -> HRESULT,
pub Seek: unsafe extern "system" fn(_: *mut c_void, _: HACCESSOR, _: usize, _: *const c_void, _: u32) -> HRESULT,
pub SetRange: unsafe extern "system" fn(_: *mut c_void, _: HACCESSOR, _: usize, _: *const c_void, _: usize, _: *const c_void, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetIndexInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut usize, _: *mut *mut DBINDEXCOLUMNDESC, _: *mut u32, _: *mut *mut DBPROPSET) -> HRESULT
§Seek: unsafe extern "system" fn(_: *mut c_void, _: HACCESSOR, _: usize, _: *const c_void, _: u32) -> HRESULT
§SetRange: unsafe extern "system" fn(_: *mut c_void, _: HACCESSOR, _: usize, _: *const c_void, _: usize, _: *const c_void, _: u32) -> HRESULT
Implementations§
§impl IRowsetIndex_Vtbl
impl IRowsetIndex_Vtbl
pub const fn new<Identity: IRowsetIndex_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IRowsetIndex_Vtbl
impl RefUnwindSafe for IRowsetIndex_Vtbl
impl Send for IRowsetIndex_Vtbl
impl Sync for IRowsetIndex_Vtbl
impl Unpin for IRowsetIndex_Vtbl
impl UnwindSafe for IRowsetIndex_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