Enum Ahsrun
pub enum Ahsrun {
_0 = 0,
_1 = 1,
}Expand description
Allow High Speed Run mode
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Ahsrun
impl Eq for Ahsrun
impl StructuralPartialEq for Ahsrun
Auto Trait Implementations§
impl Freeze for Ahsrun
impl RefUnwindSafe for Ahsrun
impl Send for Ahsrun
impl Sync for Ahsrun
impl Unpin for Ahsrun
impl UnwindSafe for Ahsrun
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