Enum Dprot
#[repr(u8)]pub enum Dprot {
_00000000 = 0,
_00000001 = 1,
}Expand description
Data Flash Region Protect
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Dprot
impl Eq for Dprot
impl IsEnum for Dprot
impl StructuralPartialEq for Dprot
Auto Trait Implementations§
impl Freeze for Dprot
impl RefUnwindSafe for Dprot
impl Send for Dprot
impl Sync for Dprot
impl Unpin for Dprot
impl UnwindSafe for Dprot
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