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