Trait IMFSignedLibrary_Impl
pub trait IMFSignedLibrary_Impl: IUnknownImpl {
// Required method
fn GetProcedureAddress(
&self,
name: &PCSTR,
address: *mut *mut c_void,
) -> Result<()>;
}
Required Methods§
fn GetProcedureAddress( &self, name: &PCSTR, address: *mut *mut c_void, ) -> 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.