pub trait IInkCursorButton_Impl: Sized + 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>

Object Safety§

This trait is not object safe.

Implementors§