Trait IPSITables_Impl
pub trait IPSITables_Impl: IUnknownImpl {
// Required method
fn GetTable(
&self,
dwtsid: u32,
dwtid_pid: u32,
dwhashedver: u32,
dwpara4: u32,
) -> Result<IUnknown>;
}
Required Methods§
fn GetTable( &self, dwtsid: u32, dwtid_pid: u32, dwhashedver: u32, dwpara4: u32, ) -> Result<IUnknown>
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.