Trait IPresentationFactory_Impl
pub trait IPresentationFactory_Impl: IUnknownImpl {
// Required methods
fn IsPresentationSupported(&self) -> u8;
fn IsPresentationSupportedWithIndependentFlip(&self) -> u8;
fn CreatePresentationManager(&self) -> Result<IPresentationManager>;
}
Required Methods§
fn IsPresentationSupported(&self) -> u8
fn IsPresentationSupportedWithIndependentFlip(&self) -> u8
fn CreatePresentationManager(&self) -> Result<IPresentationManager>
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.