pub enum STRT {
Start = 1,
}
Expand description
Start
Value on reset: 0
Variants§
Start = 1
1: Trigger an erase operation
Trait Implementations§
impl Copy for STRT
impl Eq for STRT
impl StructuralPartialEq for STRT
Auto Trait Implementations§
impl Freeze for STRT
impl RefUnwindSafe for STRT
impl Send for STRT
impl Sync for STRT
impl Unpin for STRT
impl UnwindSafe for STRT
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