Enum stm32_metapac::rtc::vals::Rtoff
#[repr(u8)]pub enum Rtoff {
ONGOING = 0,
TERMINATED = 1,
}
Variants§
ONGOING = 0
Last write operation on RTC registers is still ongoing
TERMINATED = 1
Last write operation on RTC registers terminated
Implementations§
Trait Implementations§
§impl Ord for Rtoff
impl Ord for Rtoff
§impl PartialOrd for Rtoff
impl PartialOrd for Rtoff
§fn partial_cmp(&self, other: &Rtoff) -> Option<Ordering>
fn partial_cmp(&self, other: &Rtoff) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Rtoff
impl Eq for Rtoff
impl StructuralPartialEq for Rtoff
Auto Trait Implementations§
impl Freeze for Rtoff
impl RefUnwindSafe for Rtoff
impl Send for Rtoff
impl Sync for Rtoff
impl Unpin for Rtoff
impl UnwindSafe for Rtoff
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