Trait IVdsHwProviderPrivate_Impl
pub trait IVdsHwProviderPrivate_Impl: IUnknownImpl {
// Required method
fn QueryIfCreatedLun(
&self,
pwszdevicepath: &PCWSTR,
pvdsluninformation: *const VDS_LUN_INFORMATION,
) -> Result<GUID>;
}
Required Methods§
fn QueryIfCreatedLun( &self, pwszdevicepath: &PCWSTR, pvdsluninformation: *const VDS_LUN_INFORMATION, ) -> Result<GUID>
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.