pub enum AFIORST {
Reset = 1,
}Expand description
Alternate function I/O reset
Value on reset: 0
Variants§
Reset = 1
1: Reset the selected module
Trait Implementations§
impl Copy for AFIORST
impl Eq for AFIORST
impl StructuralPartialEq for AFIORST
Auto Trait Implementations§
impl Freeze for AFIORST
impl RefUnwindSafe for AFIORST
impl Send for AFIORST
impl Sync for AFIORST
impl Unpin for AFIORST
impl UnwindSafe for AFIORST
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