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