pub enum RSF_A {
NotSynced,
Synced,
}
Expand description
Registers synchronization flag
Value on reset: 0
Variants§
NotSynced
0: Calendar shadow registers not yet synchronized
Synced
1: Calendar shadow registers synchronized
Trait Implementations§
source§impl PartialEq<RSF_A> for RSF_A
impl PartialEq<RSF_A> for RSF_A
impl Copy for RSF_A
impl StructuralPartialEq for RSF_A
Auto Trait Implementations§
impl RefUnwindSafe for RSF_A
impl Send for RSF_A
impl Sync for RSF_A
impl Unpin for RSF_A
impl UnwindSafe for RSF_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