#[repr(u32)]pub enum AccessibleStringProperty {
Checkable = 0,
Checked = 1,
DelegateFocus = 2,
Description = 3,
Label = 4,
Value = 5,
ValueMaximum = 6,
ValueMinimum = 7,
ValueStep = 8,
}
Variants§
Checkable = 0
Checked = 1
DelegateFocus = 2
Description = 3
Label = 4
Value = 5
ValueMaximum = 6
ValueMinimum = 7
ValueStep = 8
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
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 ==
.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