#[repr(u8)]pub enum Hystselect {
Hyst25 = 0,
Hyst50 = 1,
Hyst75 = 2,
Hyst100 = 3,
}
Expand description
Hysteresis Level
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Hystselect
impl Clone for Hystselect
Source§fn clone(&self) -> Hystselect
fn clone(&self) -> Hystselect
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 Hystselect
impl Debug for Hystselect
Source§impl From<Hystselect> for u8
impl From<Hystselect> for u8
Source§fn from(variant: Hystselect) -> Self
fn from(variant: Hystselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Hystselect
impl PartialEq for Hystselect
impl Copy for Hystselect
impl Eq for Hystselect
impl IsEnum for Hystselect
impl StructuralPartialEq for Hystselect
Auto Trait Implementations§
impl Freeze for Hystselect
impl RefUnwindSafe for Hystselect
impl Send for Hystselect
impl Sync for Hystselect
impl Unpin for Hystselect
impl UnwindSafe for Hystselect
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