windows::Win32::UI::Accessibility

Trait IUIAutomationTogglePattern_Impl

pub trait IUIAutomationTogglePattern_Impl: IUnknownImpl {
    // Required methods
    fn Toggle(&self) -> Result<()>;
    fn CurrentToggleState(&self) -> Result<ToggleState>;
    fn CachedToggleState(&self) -> Result<ToggleState>;
}

Required Methods§

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

fn CurrentToggleState(&self) -> Result<ToggleState>

fn CachedToggleState(&self) -> Result<ToggleState>

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§