windows::Win32::UI::TabletPC

Trait IRealTimeStylus3_Impl

pub trait IRealTimeStylus3_Impl: IUnknownImpl {
    // Required methods
    fn MultiTouchEnabled(&self) -> Result<BOOL>;
    fn SetMultiTouchEnabled(&self, fenable: BOOL) -> Result<()>;
}

Required Methods§

fn MultiTouchEnabled(&self) -> Result<BOOL>

fn SetMultiTouchEnabled(&self, fenable: BOOL) -> 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§