pub enum ILS_A {
DidNotOccur = 0,
Occurred = 1,
}
Expand description
ILS
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ILS_A
impl StructuralPartialEq for ILS_A
Auto Trait Implementations§
impl Freeze for ILS_A
impl RefUnwindSafe for ILS_A
impl Send for ILS_A
impl Sync for ILS_A
impl Unpin for ILS_A
impl UnwindSafe for ILS_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