Enum stm32wlxx_hal::pac::flash::cr::OPTLOCK_AW
pub enum OPTLOCK_AW {
Locked = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Options Lock
Value on reset: 1
Variants§
Locked = 1
1: FLASH_CR options are locked
Trait Implementations§
§impl Clone for OPTLOCK_AW
impl Clone for OPTLOCK_AW
§fn clone(&self) -> OPTLOCK_AW
fn clone(&self) -> OPTLOCK_AW
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for OPTLOCK_AW
impl Debug for OPTLOCK_AW
§impl PartialEq for OPTLOCK_AW
impl PartialEq for OPTLOCK_AW
§fn eq(&self, other: &OPTLOCK_AW) -> bool
fn eq(&self, other: &OPTLOCK_AW) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for OPTLOCK_AW
impl StructuralPartialEq for OPTLOCK_AW
Auto Trait Implementations§
impl RefUnwindSafe for OPTLOCK_AW
impl Send for OPTLOCK_AW
impl Sync for OPTLOCK_AW
impl Unpin for OPTLOCK_AW
impl UnwindSafe for OPTLOCK_AW
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