Trait IRMHelper_Impl
pub trait IRMHelper_Impl: IUnknownImpl {
// Required methods
fn RMCount(&self, dwctotalnumberofrms: u32) -> Result<()>;
fn RMInfo(
&self,
pxa_switch: *mut xa_switch_t,
fcdeclcallingconv: BOOL,
pszopenstring: &PCSTR,
pszclosestring: &PCSTR,
guidrmrecovery: &GUID,
) -> Result<()>;
}
Required Methods§
fn RMCount(&self, dwctotalnumberofrms: u32) -> Result<()>
fn RMInfo( &self, pxa_switch: *mut xa_switch_t, fcdeclcallingconv: BOOL, pszopenstring: &PCSTR, pszclosestring: &PCSTR, guidrmrecovery: &GUID, ) -> 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.