Trait IWRdsWddmIddProps1_Impl
pub trait IWRdsWddmIddProps1_Impl: IUnknownImpl {
// Required methods
fn GetHardwareId(
&self,
pdisplaydriverhardwareid: &PCWSTR,
count: u32,
) -> Result<()>;
fn OnDriverLoad(
&self,
sessionid: u32,
deviceinstance: &PCWSTR,
) -> Result<()>;
fn OnDriverUnload(&self, sessionid: u32) -> Result<()>;
}
Required Methods§
fn GetHardwareId( &self, pdisplaydriverhardwareid: &PCWSTR, count: u32, ) -> Result<()>
fn OnDriverLoad(&self, sessionid: u32, deviceinstance: &PCWSTR) -> Result<()>
fn OnDriverUnload(&self, sessionid: u32) -> 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.