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