pub enum PCROP0 {
Inactive = 0,
Active = 1,
}
Expand description
PCROP option byte
Value on reset: 1
Variants§
Inactive = 0
0: PCROP protection inactive on sector %s
Active = 1
1: PCROP protection active on sector %s
Trait Implementations§
impl Copy for PCROP0
impl Eq for PCROP0
impl StructuralPartialEq for PCROP0
Auto Trait Implementations§
impl Freeze for PCROP0
impl RefUnwindSafe for PCROP0
impl Send for PCROP0
impl Sync for PCROP0
impl Unpin for PCROP0
impl UnwindSafe for PCROP0
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