pub struct LiteXTimerRegisters<R: LiteXSoCRegisterConfiguration> { /* private fields */ }Expand description
LiteXTimer register layout
Auto Trait Implementations§
impl<R> Freeze for LiteXTimerRegisters<R>where
<R as LiteXSoCRegisterConfiguration>::ReadWrite32: Freeze,
<R as LiteXSoCRegisterConfiguration>::ReadWrite8: Freeze,
<R as LiteXSoCRegisterConfiguration>::ReadOnly8: Freeze,
<R as LiteXSoCRegisterConfiguration>::ReadOnly64: Freeze,
impl<R> RefUnwindSafe for LiteXTimerRegisters<R>where
<R as LiteXSoCRegisterConfiguration>::ReadWrite32: RefUnwindSafe,
<R as LiteXSoCRegisterConfiguration>::ReadWrite8: RefUnwindSafe,
<R as LiteXSoCRegisterConfiguration>::ReadOnly8: RefUnwindSafe,
<R as LiteXSoCRegisterConfiguration>::ReadOnly64: RefUnwindSafe,
impl<R> Send for LiteXTimerRegisters<R>where
<R as LiteXSoCRegisterConfiguration>::ReadWrite32: Send,
<R as LiteXSoCRegisterConfiguration>::ReadWrite8: Send,
<R as LiteXSoCRegisterConfiguration>::ReadOnly8: Send,
<R as LiteXSoCRegisterConfiguration>::ReadOnly64: Send,
impl<R> Sync for LiteXTimerRegisters<R>where
<R as LiteXSoCRegisterConfiguration>::ReadWrite32: Sync,
<R as LiteXSoCRegisterConfiguration>::ReadWrite8: Sync,
<R as LiteXSoCRegisterConfiguration>::ReadOnly8: Sync,
<R as LiteXSoCRegisterConfiguration>::ReadOnly64: Sync,
impl<R> Unpin for LiteXTimerRegisters<R>where
<R as LiteXSoCRegisterConfiguration>::ReadWrite32: Unpin,
<R as LiteXSoCRegisterConfiguration>::ReadWrite8: Unpin,
<R as LiteXSoCRegisterConfiguration>::ReadOnly8: Unpin,
<R as LiteXSoCRegisterConfiguration>::ReadOnly64: Unpin,
impl<R> UnwindSafe for LiteXTimerRegisters<R>where
<R as LiteXSoCRegisterConfiguration>::ReadWrite32: UnwindSafe,
<R as LiteXSoCRegisterConfiguration>::ReadWrite8: UnwindSafe,
<R as LiteXSoCRegisterConfiguration>::ReadOnly8: UnwindSafe,
<R as LiteXSoCRegisterConfiguration>::ReadOnly64: UnwindSafe,
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