Enum Lif
#[repr(u8)]pub enum Lif {
NOTREACHED = 0,
REACHED = 1,
}
Variants§
NOTREACHED = 0
Programmed line not reached
REACHED = 1
Line interrupt generated when a programmed line is reached
Implementations§
Trait Implementations§
§impl Ord for Lif
impl Ord for Lif
§impl PartialOrd for Lif
impl PartialOrd for Lif
impl Copy for Lif
impl Eq for Lif
impl StructuralPartialEq for Lif
Auto Trait Implementations§
impl Freeze for Lif
impl RefUnwindSafe for Lif
impl Send for Lif
impl Sync for Lif
impl Unpin for Lif
impl UnwindSafe for Lif
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