pub trait ICoreWindowAdapterInterop_Impl: Sized {
    // 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: Option<&IUnknown>) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§