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