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