pub trait IUIAutomationBoolCondition_Impl: Sized + IUIAutomationCondition_Impl {
    // Required method
    fn BooleanValue(&self) -> Result<BOOL>;
}

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§