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