#[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 more