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