Enum stm32_hal2::pac::lptim3::icr::CMPOKCF_AW
source · pub enum CMPOKCF_AW {
Clear = 1,
}
Expand description
Compare register update OK Clear Flag
Value on reset: 0
Variants§
Clear = 1
1: Compare register update OK Clear Flag
Trait Implementations§
source§impl Clone for CMPOKCF_AW
impl Clone for CMPOKCF_AW
source§fn clone(&self) -> CMPOKCF_AW
fn clone(&self) -> CMPOKCF_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 CMPOKCF_AW
impl Debug for CMPOKCF_AW
source§impl PartialEq for CMPOKCF_AW
impl PartialEq for CMPOKCF_AW
source§fn eq(&self, other: &CMPOKCF_AW) -> bool
fn eq(&self, other: &CMPOKCF_AW) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CMPOKCF_AW
impl StructuralPartialEq for CMPOKCF_AW
Auto Trait Implementations§
impl RefUnwindSafe for CMPOKCF_AW
impl Send for CMPOKCF_AW
impl Sync for CMPOKCF_AW
impl Unpin for CMPOKCF_AW
impl UnwindSafe for CMPOKCF_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