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