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