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
impl 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
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
)