pub enum InputFocus {
Resistance,
Tolerance,
Tcr,
}Variants§
Implementations§
Source§impl InputFocus
impl InputFocus
pub fn next(&self) -> InputFocus
pub fn prev(&self) -> InputFocus
Trait Implementations§
Source§impl Debug for InputFocus
impl Debug for InputFocus
Source§impl Default for InputFocus
impl Default for InputFocus
Source§fn default() -> InputFocus
fn default() -> InputFocus
Returns the “default value” for a type. Read more
Source§impl PartialEq for InputFocus
impl PartialEq for InputFocus
Source§fn eq(&self, other: &InputFocus) -> bool
fn eq(&self, other: &InputFocus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InputFocus
Auto Trait Implementations§
impl Freeze for InputFocus
impl RefUnwindSafe for InputFocus
impl Send for InputFocus
impl Sync for InputFocus
impl Unpin for InputFocus
impl UnsafeUnpin for InputFocus
impl UnwindSafe for InputFocus
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