pub struct LiteXLedRegisters<R: LiteXSoCRegisterConfiguration> { /* private fields */ }Expand description
LiteXLedController register layout
Auto Trait Implementations§
impl<R> Freeze for LiteXLedRegisters<R>
impl<R> RefUnwindSafe for LiteXLedRegisters<R>
impl<R> Send for LiteXLedRegisters<R>
impl<R> Sync for LiteXLedRegisters<R>
impl<R> Unpin for LiteXLedRegisters<R>
impl<R> UnwindSafe for LiteXLedRegisters<R>
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