Trait IMDRangeRowset_Impl
pub trait IMDRangeRowset_Impl: IUnknownImpl {
// Required method
fn GetRangeRowset(
&self,
punkouter: Ref<'_, IUnknown>,
ulstartcell: usize,
ulendcell: usize,
riid: *const GUID,
cpropertysets: u32,
rgpropertysets: *mut DBPROPSET,
pprowset: OutRef<'_, IUnknown>,
) -> Result<()>;
}
Required Methods§
fn GetRangeRowset( &self, punkouter: Ref<'_, IUnknown>, ulstartcell: usize, ulendcell: usize, riid: *const GUID, cpropertysets: u32, rgpropertysets: *mut DBPROPSET, pprowset: OutRef<'_, IUnknown>, ) -> 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.