Enum accesskit::AriaCurrent
source · #[repr(u8)]pub enum AriaCurrent {
False = 0,
True = 1,
Page = 2,
Step = 3,
Location = 4,
Date = 5,
Time = 6,
}
Variants§
Trait Implementations§
source§impl Clone for AriaCurrent
impl Clone for AriaCurrent
source§fn clone(&self) -> AriaCurrent
fn clone(&self) -> AriaCurrent
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 Debug for AriaCurrent
impl Debug for AriaCurrent
source§impl Hash for AriaCurrent
impl Hash for AriaCurrent
source§impl PartialEq for AriaCurrent
impl PartialEq for AriaCurrent
source§fn eq(&self, other: &AriaCurrent) -> bool
fn eq(&self, other: &AriaCurrent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AriaCurrent
impl Eq for AriaCurrent
impl StructuralEq for AriaCurrent
impl StructuralPartialEq for AriaCurrent
Auto Trait Implementations§
impl RefUnwindSafe for AriaCurrent
impl Send for AriaCurrent
impl Sync for AriaCurrent
impl Unpin for AriaCurrent
impl UnwindSafe for AriaCurrent
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