windows::Win32::System::WinRT::Composition

Trait ICompositionGraphicsDeviceInterop_Impl

pub trait ICompositionGraphicsDeviceInterop_Impl: IUnknownImpl {
    // Required methods
    fn GetRenderingDevice(&self) -> Result<IUnknown>;
    fn SetRenderingDevice(&self, value: Ref<'_, IUnknown>) -> Result<()>;
}

Required Methods§

fn GetRenderingDevice(&self) -> Result<IUnknown>

fn SetRenderingDevice(&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.

Implementors§