Struct IRowsetLocate_Vtbl
#[repr(C)]pub struct IRowsetLocate_Vtbl {
pub base__: IRowset_Vtbl,
pub Compare: unsafe extern "system" fn(_: *mut c_void, _: usize, _: usize, _: *const u8, _: usize, _: *const u8, _: *mut u32) -> HRESULT,
pub GetRowsAt: unsafe extern "system" fn(_: *mut c_void, _: usize, _: usize, _: usize, _: *const u8, _: isize, _: isize, _: *mut usize, _: *mut *mut usize) -> HRESULT,
pub GetRowsByBookmark: unsafe extern "system" fn(_: *mut c_void, _: usize, _: usize, _: *const usize, _: *const *const u8, _: *mut usize, _: *mut u32) -> HRESULT,
pub Hash: unsafe extern "system" fn(_: *mut c_void, _: usize, _: usize, _: *const usize, _: *const *const u8, _: *mut usize, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IRowset_Vtbl
§Compare: unsafe extern "system" fn(_: *mut c_void, _: usize, _: usize, _: *const u8, _: usize, _: *const u8, _: *mut u32) -> HRESULT
§GetRowsAt: unsafe extern "system" fn(_: *mut c_void, _: usize, _: usize, _: usize, _: *const u8, _: isize, _: isize, _: *mut usize, _: *mut *mut usize) -> HRESULT
§GetRowsByBookmark: unsafe extern "system" fn(_: *mut c_void, _: usize, _: usize, _: *const usize, _: *const *const u8, _: *mut usize, _: *mut u32) -> HRESULT
§Hash: unsafe extern "system" fn(_: *mut c_void, _: usize, _: usize, _: *const usize, _: *const *const u8, _: *mut usize, _: *mut u32) -> HRESULT
Implementations§
§impl IRowsetLocate_Vtbl
impl IRowsetLocate_Vtbl
pub const fn new<Identity: IRowsetLocate_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IRowsetLocate_Vtbl
impl RefUnwindSafe for IRowsetLocate_Vtbl
impl Send for IRowsetLocate_Vtbl
impl Sync for IRowsetLocate_Vtbl
impl Unpin for IRowsetLocate_Vtbl
impl UnwindSafe for IRowsetLocate_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