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