#[repr(C)]
pub enum AccessibleStringProperty {
Checkable,
Checked,
DelegateFocus,
Description,
Label,
Value,
ValueMaximum,
ValueMinimum,
ValueStep,
}Variants§
Trait Implementations§
source§impl Clone for AccessibleStringProperty
impl Clone for AccessibleStringProperty
source§fn clone(&self) -> AccessibleStringProperty
fn clone(&self) -> AccessibleStringProperty
Returns a copy 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 Display for AccessibleStringProperty
impl Display for AccessibleStringProperty
source§impl PartialEq<AccessibleStringProperty> for AccessibleStringProperty
impl PartialEq<AccessibleStringProperty> for AccessibleStringProperty
source§fn eq(&self, other: &AccessibleStringProperty) -> bool
fn eq(&self, other: &AccessibleStringProperty) -> bool
This method tests for
self and other values to be equal, and is used
by ==.