pub struct AccessibilityProperty {
pub name: String,
pub value: AxValue,
}Expand description
Name/value pair extracted from an AxProperty.
Fields§
§name: String§value: AxValueTrait Implementations§
Source§impl Clone for AccessibilityProperty
impl Clone for AccessibilityProperty
Source§fn clone(&self) -> AccessibilityProperty
fn clone(&self) -> AccessibilityProperty
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 moreAuto Trait Implementations§
impl Freeze for AccessibilityProperty
impl RefUnwindSafe for AccessibilityProperty
impl Send for AccessibilityProperty
impl Sync for AccessibilityProperty
impl Unpin for AccessibilityProperty
impl UnwindSafe for AccessibilityProperty
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