windows::UI::Core

Trait ICorePointerInputSource2_Impl

pub trait ICorePointerInputSource2_Impl: ICorePointerInputSource_Impl {
    // Required method
    fn DispatcherQueue(&self) -> Result<DispatcherQueue>;
}

Required Methods§

fn DispatcherQueue(&self) -> Result<DispatcherQueue>

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§