#[repr(u32)]pub enum AccessibleStringProperty {
Show 15 variants
Checkable = 0,
Checked = 1,
DelegateFocus = 2,
Description = 3,
Enabled = 4,
ItemCount = 5,
ItemIndex = 6,
ItemSelectable = 7,
ItemSelected = 8,
Label = 9,
PlaceholderText = 10,
Value = 11,
ValueMaximum = 12,
ValueMinimum = 13,
ValueStep = 14,
}
Expand description
The property names of the accessible-properties
Variants§
Checkable = 0
Checked = 1
DelegateFocus = 2
Description = 3
Enabled = 4
ItemCount = 5
ItemIndex = 6
ItemSelectable = 7
ItemSelected = 8
Label = 9
PlaceholderText = 10
Value = 11
ValueMaximum = 12
ValueMinimum = 13
ValueStep = 14
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 for AccessibleStringProperty
impl PartialEq for AccessibleStringProperty
impl Copy for AccessibleStringProperty
impl Eq for AccessibleStringProperty
impl StructuralPartialEq for AccessibleStringProperty
Auto Trait Implementations§
impl Freeze for AccessibleStringProperty
impl RefUnwindSafe for AccessibleStringProperty
impl Send for AccessibleStringProperty
impl Sync for AccessibleStringProperty
impl Unpin for AccessibleStringProperty
impl UnwindSafe for AccessibleStringProperty
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Converts the given value to a
SharedString
.