Struct Lif
#[repr(transparent)]pub struct Lif(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Lif
impl Lif
pub const NOTREACHED: Self
pub const NOTREACHED: Self
Programmed line not reached
pub const REACHED: Self
pub const REACHED: Self
Line interrupt generated when a programmed line is reached
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