Trait ICoreWindowAdapterInterop_Impl
pub trait ICoreWindowAdapterInterop_Impl: IUnknownImpl {
// Required methods
fn AppActivationClientAdapter(&self) -> Result<IUnknown>;
fn ApplicationViewClientAdapter(&self) -> Result<IUnknown>;
fn CoreApplicationViewClientAdapter(&self) -> Result<IUnknown>;
fn HoloViewClientAdapter(&self) -> Result<IUnknown>;
fn PositionerClientAdapter(&self) -> Result<IUnknown>;
fn SystemNavigationClientAdapter(&self) -> Result<IUnknown>;
fn TitleBarClientAdapter(&self) -> Result<IUnknown>;
fn SetWindowClientAdapter(&self, value: Ref<'_, IUnknown>) -> Result<()>;
}
Required Methods§
fn AppActivationClientAdapter(&self) -> Result<IUnknown>
fn ApplicationViewClientAdapter(&self) -> Result<IUnknown>
fn CoreApplicationViewClientAdapter(&self) -> Result<IUnknown>
fn HoloViewClientAdapter(&self) -> Result<IUnknown>
fn PositionerClientAdapter(&self) -> Result<IUnknown>
fn TitleBarClientAdapter(&self) -> Result<IUnknown>
fn SetWindowClientAdapter(&self, value: Ref<'_, IUnknown>) -> 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.