Enum Wp1
pub enum Wp1 {
_0 = 0,
_1 = 1,
}Expand description
Write Protect
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Wp1
impl Eq for Wp1
impl StructuralPartialEq for Wp1
Auto Trait Implementations§
impl Freeze for Wp1
impl RefUnwindSafe for Wp1
impl Send for Wp1
impl Sync for Wp1
impl Unpin for Wp1
impl UnwindSafe for Wp1
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