pub enum MSTPC1_A {
_0 = 0,
_1 = 1,
}Expand description
CRC Calculator Module Stop
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for MSTPC1_A
impl Eq for MSTPC1_A
impl StructuralPartialEq for MSTPC1_A
Auto Trait Implementations§
impl Freeze for MSTPC1_A
impl RefUnwindSafe for MSTPC1_A
impl Send for MSTPC1_A
impl Sync for MSTPC1_A
impl Unpin for MSTPC1_A
impl UnwindSafe for MSTPC1_A
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