pub struct AXAttribute<T>(/* private fields */);Implementations§
Source§impl<T> AXAttribute<T>
impl<T> AXAttribute<T>
pub fn as_CFString(&self) -> &CFString
Source§impl AXAttribute<()>
impl AXAttribute<()>
pub fn allowed_values() -> AXAttribute<CFArray<CFType>>
pub fn children() -> AXAttribute<CFArray<AXUIElement>>
pub fn contents() -> AXAttribute<AXUIElement>
pub fn description() -> AXAttribute<CFString>
pub fn document() -> AXAttribute<CFString>
pub fn element_busy() -> AXAttribute<CFBoolean>
pub fn enabled() -> AXAttribute<CFBoolean>
pub fn focused_application() -> AXAttribute<AXUIElement>
pub fn focused_uielement() -> AXAttribute<AXUIElement>
pub fn focused() -> AXAttribute<CFBoolean>
pub fn focused_window() -> AXAttribute<AXUIElement>
pub fn frontmost() -> AXAttribute<CFBoolean>
pub fn frame() -> AXAttribute<AXValue>
pub fn help() -> AXAttribute<CFString>
pub fn identifier() -> AXAttribute<CFString>
pub fn label_value() -> AXAttribute<CFString>
pub fn main() -> AXAttribute<CFBoolean>
pub fn main_window() -> AXAttribute<AXUIElement>
pub fn max_value() -> AXAttribute<CFType>
pub fn min_value() -> AXAttribute<CFType>
pub fn minimized() -> AXAttribute<CFBoolean>
pub fn number_of_characters() -> AXAttribute<CFNumber>
pub fn parent() -> AXAttribute<AXUIElement>
pub fn placeholder_value() -> AXAttribute<CFString>
pub fn position() -> AXAttribute<AXValue>
pub fn role() -> AXAttribute<CFString>
pub fn role_description() -> AXAttribute<CFString>
pub fn selected_children() -> AXAttribute<CFArray<AXUIElement>>
pub fn subrole() -> AXAttribute<CFString>
pub fn size() -> AXAttribute<AXValue>
pub fn selected_text() -> AXAttribute<CFString>
pub fn selected_text_range() -> AXAttribute<AXValue>
pub fn title() -> AXAttribute<CFString>
pub fn top_level_ui_element() -> AXAttribute<AXUIElement>
pub fn value() -> AXAttribute<CFType>
pub fn value_description() -> AXAttribute<CFString>
pub fn value_increment() -> AXAttribute<CFType>
pub fn visible_children() -> AXAttribute<CFArray<AXUIElement>>
pub fn window() -> AXAttribute<AXUIElement>
pub fn windows() -> AXAttribute<CFArray<AXUIElement>>
pub fn visible_character_range() -> AXAttribute<AXValue>
pub fn bounds_for_range() -> AXAttribute<AXValue>
pub fn line_for_index() -> AXAttribute<CFNumber>
pub fn range_for_line() -> AXAttribute<AXValue>
pub fn range_for_position() -> AXAttribute<AXValue>
pub fn next_line_range_for_index() -> AXAttribute<AXValue>
pub fn previous_line_range_for_index() -> AXAttribute<AXValue>
pub fn attributed_string_for_range() -> AXAttribute<CFAttributedString>
Trait Implementations§
Source§impl<T: Clone> Clone for AXAttribute<T>
impl<T: Clone> Clone for AXAttribute<T>
Source§fn clone(&self) -> AXAttribute<T>
fn clone(&self) -> AXAttribute<T>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<T: Debug> Debug for AXAttribute<T>
impl<T: Debug> Debug for AXAttribute<T>
Source§impl<T: TCFType> TAXAttribute for AXAttribute<T>
impl<T: TCFType> TAXAttribute for AXAttribute<T>
Auto Trait Implementations§
impl<T> Freeze for AXAttribute<T>
impl<T> RefUnwindSafe for AXAttribute<T>where
T: RefUnwindSafe,
impl<T> !Send for AXAttribute<T>
impl<T> !Sync for AXAttribute<T>
impl<T> Unpin for AXAttribute<T>
impl<T> UnwindSafe for AXAttribute<T>where
T: RefUnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more