pub enum INITS_A {
NotInitalized,
Initalized,
}
Expand description
Initialization status flag
Value on reset: 0
Variants§
Trait Implementations§
source§impl PartialEq<INITS_A> for INITS_A
impl PartialEq<INITS_A> for INITS_A
impl Copy for INITS_A
impl StructuralPartialEq for INITS_A
Auto Trait Implementations§
impl RefUnwindSafe for INITS_A
impl Send for INITS_A
impl Sync for INITS_A
impl Unpin for INITS_A
impl UnwindSafe for INITS_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