pub enum Hysteresis {
None = 0,
Low = 1,
Medium = 2,
High = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for Hysteresis
impl Clone for Hysteresis
Source§fn clone(&self) -> Hysteresis
fn clone(&self) -> Hysteresis
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 PartialEq for Hysteresis
impl PartialEq for Hysteresis
impl Copy for Hysteresis
impl Eq for Hysteresis
impl StructuralPartialEq for Hysteresis
Auto Trait Implementations§
impl Freeze for Hysteresis
impl RefUnwindSafe for Hysteresis
impl Send for Hysteresis
impl Sync for Hysteresis
impl Unpin for Hysteresis
impl UnwindSafe for Hysteresis
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