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