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