Trait IAppxBundleManifestPackageInfo2_Impl
pub trait IAppxBundleManifestPackageInfo2_Impl: IUnknownImpl {
// Required methods
fn GetIsPackageReference(&self) -> Result<BOOL>;
fn GetIsNonQualifiedResourcePackage(&self) -> Result<BOOL>;
fn GetIsDefaultApplicablePackage(&self) -> Result<BOOL>;
}
Required Methods§
fn GetIsPackageReference(&self) -> Result<BOOL>
fn GetIsNonQualifiedResourcePackage(&self) -> Result<BOOL>
fn GetIsDefaultApplicablePackage(&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.