Trait IDCInfo_Impl
pub trait IDCInfo_Impl: IUnknownImpl {
// Required methods
fn GetInfo(
&self,
cinfo: u32,
rgeinfotype: *const u32,
prginfo: *mut *mut DCINFO,
) -> Result<()>;
fn SetInfo(&self, cinfo: u32, rginfo: *const DCINFO) -> Result<()>;
}
Required Methods§
fn GetInfo( &self, cinfo: u32, rgeinfotype: *const u32, prginfo: *mut *mut DCINFO, ) -> Result<()>
fn SetInfo(&self, cinfo: u32, rginfo: *const DCINFO) -> 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.