pub enum STRTW {
START,
}
Expand description
Values that can be written to the field STRT
Variants§
START
Trigger an erase operation
Auto Trait Implementations§
impl Freeze for STRTW
impl RefUnwindSafe for STRTW
impl Send for STRTW
impl Sync for STRTW
impl Unpin for STRTW
impl UnwindSafe for STRTW
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