Trait IRowsetFind_Impl
pub trait IRowsetFind_Impl: IUnknownImpl {
// Required method
fn FindNextRow(
&self,
hchapter: usize,
haccessor: HACCESSOR,
pfindvalue: *const c_void,
compareop: u32,
cbbookmark: usize,
pbookmark: *const u8,
lrowsoffset: isize,
crows: isize,
pcrowsobtained: *mut usize,
prghrows: *mut *mut usize,
) -> Result<()>;
}
Required Methods§
fn FindNextRow( &self, hchapter: usize, haccessor: HACCESSOR, pfindvalue: *const c_void, compareop: u32, cbbookmark: usize, pbookmark: *const u8, lrowsoffset: isize, crows: isize, pcrowsobtained: *mut usize, prghrows: *mut *mut usize, ) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.