pub enum INITF_A {
NotAllowed,
Allowed,
}
Expand description
Initialization flag
Value on reset: 0
Variants§
NotAllowed
0: Calendar registers update is not allowed
Allowed
1: Calendar registers update is allowed
Trait Implementations§
source§impl PartialEq<INITF_A> for INITF_A
impl PartialEq<INITF_A> for INITF_A
impl Copy for INITF_A
impl StructuralPartialEq for INITF_A
Auto Trait Implementations§
impl RefUnwindSafe for INITF_A
impl Send for INITF_A
impl Sync for INITF_A
impl Unpin for INITF_A
impl UnwindSafe for INITF_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