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