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