#[repr(u16)]pub enum SourceState {
Selected = 0,
NonSelectable = 1,
Falseticker = 2,
Jittery = 3,
Unselected = 4,
Selectable = 5,
}Variants§
Trait Implementations§
Source§impl Clone for SourceState
impl Clone for SourceState
Source§fn clone(&self) -> SourceState
fn clone(&self) -> SourceState
Returns a duplicate 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 SourceState
impl Debug for SourceState
Source§impl From<SourceState> for u16
impl From<SourceState> for u16
Source§fn from(enum_value: SourceState) -> Self
fn from(enum_value: SourceState) -> Self
Converts to this type from the input type.
Source§impl Hash for SourceState
impl Hash for SourceState
Source§impl Ord for SourceState
impl Ord for SourceState
Source§fn cmp(&self, other: &SourceState) -> Ordering
fn cmp(&self, other: &SourceState) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SourceState
impl PartialEq for SourceState
Source§impl PartialOrd for SourceState
impl PartialOrd for SourceState
Source§impl TryFrom<u16> for SourceState
impl TryFrom<u16> for SourceState
Source§type Error = TryFromPrimitiveError<SourceState>
type Error = TryFromPrimitiveError<SourceState>
The type returned in the event of a conversion error.
Source§impl TryFromPrimitive for SourceState
impl TryFromPrimitive for SourceState
impl Copy for SourceState
impl Eq for SourceState
impl StructuralPartialEq for SourceState
Auto Trait Implementations§
impl Freeze for SourceState
impl RefUnwindSafe for SourceState
impl Send for SourceState
impl Sync for SourceState
impl Unpin for SourceState
impl UnwindSafe for SourceState
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