pub enum INITSR {
NotInitalized = 0,
Initalized = 1,
}
Expand description
Initialization status flag
Value on reset: 0
Variants§
NotInitalized = 0
0: Calendar has not been initialized
Initalized = 1
1: Calendar has been initialized
Trait Implementations§
impl Copy for INITSR
impl Eq for INITSR
impl StructuralPartialEq for INITSR
Auto Trait Implementations§
impl Freeze for INITSR
impl RefUnwindSafe for INITSR
impl Send for INITSR
impl Sync for INITSR
impl Unpin for INITSR
impl UnwindSafe for INITSR
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