Trait ICallFrameWalker_Impl
pub trait ICallFrameWalker_Impl: IUnknownImpl {
// Required method
fn OnWalkInterface(
&self,
iid: *const GUID,
ppvinterface: *const *const c_void,
fin: BOOL,
fout: BOOL,
) -> Result<()>;
}
Required Methods§
fn OnWalkInterface( &self, iid: *const GUID, ppvinterface: *const *const c_void, fin: BOOL, fout: BOOL, ) -> 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.