pub(crate) struct LiteXSimPanicReferences {
pub(crate) chip: Option<&'static LiteXVexRiscv<LiteXSimInterruptablePeripherals>>,
pub(crate) uart: Option<&'static LiteXUart<'static, LiteXSoCRegistersC32B32>>,
pub(crate) process_printer: Option<&'static ProcessPrinterText>,
}
Fields§
§chip: Option<&'static LiteXVexRiscv<LiteXSimInterruptablePeripherals>>
§uart: Option<&'static LiteXUart<'static, LiteXSoCRegistersC32B32>>
§process_printer: Option<&'static ProcessPrinterText>
Auto Trait Implementations§
impl Freeze for LiteXSimPanicReferences
impl !RefUnwindSafe for LiteXSimPanicReferences
impl !Send for LiteXSimPanicReferences
impl !Sync for LiteXSimPanicReferences
impl Unpin for LiteXSimPanicReferences
impl !UnwindSafe for LiteXSimPanicReferences
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