Trait IEditionUpgradeHelper_Impl
pub trait IEditionUpgradeHelper_Impl: IUnknownImpl {
// Required methods
fn CanUpgrade(&self) -> Result<BOOL>;
fn UpdateOperatingSystem(&self, contentid: &PCWSTR) -> Result<()>;
fn ShowProductKeyUI(&self) -> Result<()>;
fn GetOsProductContentId(&self) -> Result<PWSTR>;
fn GetGenuineLocalStatus(&self) -> Result<BOOL>;
}
Required Methods§
fn CanUpgrade(&self) -> Result<BOOL>
fn UpdateOperatingSystem(&self, contentid: &PCWSTR) -> Result<()>
fn ShowProductKeyUI(&self) -> Result<()>
fn GetOsProductContentId(&self) -> Result<PWSTR>
fn GetGenuineLocalStatus(&self) -> Result<BOOL>
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.