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