Enum nrf52840_pac::mwu::regionenclr::PRGN1RA_AW
source · pub enum PRGN1RA_AW {
CLEAR = 1,
}
Expand description
Disable read access watch in PREGION[1]
Value on reset: 0
Variants§
CLEAR = 1
1: Disable read access watch in this PREGION
Trait Implementations§
source§impl Clone for PRGN1RA_AW
impl Clone for PRGN1RA_AW
source§fn clone(&self) -> PRGN1RA_AW
fn clone(&self) -> PRGN1RA_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 moresource§impl Debug for PRGN1RA_AW
impl Debug for PRGN1RA_AW
source§impl From<PRGN1RA_AW> for bool
impl From<PRGN1RA_AW> for bool
source§fn from(variant: PRGN1RA_AW) -> Self
fn from(variant: PRGN1RA_AW) -> Self
Converts to this type from the input type.
source§impl PartialEq for PRGN1RA_AW
impl PartialEq for PRGN1RA_AW
impl Copy for PRGN1RA_AW
impl StructuralPartialEq for PRGN1RA_AW
Auto Trait Implementations§
impl Freeze for PRGN1RA_AW
impl RefUnwindSafe for PRGN1RA_AW
impl Send for PRGN1RA_AW
impl Sync for PRGN1RA_AW
impl Unpin for PRGN1RA_AW
impl UnwindSafe for PRGN1RA_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)