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