windows::Win32::UI::TabletPC

Trait IInkCursorButton_Impl

pub trait IInkCursorButton_Impl: IDispatch_Impl {
    // Required methods
    fn Name(&self) -> Result<BSTR>;
    fn Id(&self) -> Result<BSTR>;
    fn State(&self) -> Result<InkCursorButtonState>;
}

Required Methods§

fn Name(&self) -> Result<BSTR>

fn Id(&self) -> Result<BSTR>

fn State(&self) -> Result<InkCursorButtonState>

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§