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