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