Enum stm32wlxx_hal::pac::pka::sr::ADDRERRF_A
pub enum ADDRERRF_A {
NoError = 0,
Error = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Address error flag
Value on reset: 0
Variants§
Trait Implementations§
§impl Clone for ADDRERRF_A
impl Clone for ADDRERRF_A
§fn clone(&self) -> ADDRERRF_A
fn clone(&self) -> ADDRERRF_A
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 ADDRERRF_A
impl Debug for ADDRERRF_A
§impl PartialEq for ADDRERRF_A
impl PartialEq for ADDRERRF_A
§fn eq(&self, other: &ADDRERRF_A) -> bool
fn eq(&self, other: &ADDRERRF_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ADDRERRF_A
impl StructuralPartialEq for ADDRERRF_A
Auto Trait Implementations§
impl RefUnwindSafe for ADDRERRF_A
impl Send for ADDRERRF_A
impl Sync for ADDRERRF_A
impl Unpin for ADDRERRF_A
impl UnwindSafe for ADDRERRF_A
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