pub enum ARRMCFW {
Clear = 1,
}
Expand description
Autoreload match Clear Flag
Value on reset: 0
Variants§
Clear = 1
1: Autoreload match Clear Flag
Trait Implementations§
impl Copy for ARRMCFW
impl Eq for ARRMCFW
impl StructuralPartialEq for ARRMCFW
Auto Trait Implementations§
impl Freeze for ARRMCFW
impl RefUnwindSafe for ARRMCFW
impl Send for ARRMCFW
impl Sync for ARRMCFW
impl Unpin for ARRMCFW
impl UnwindSafe for ARRMCFW
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