pub struct LiteEthMacRegisters<R: LiteXSoCRegisterConfiguration> { /* private fields */ }Auto Trait Implementations§
impl<R> Freeze for LiteEthMacRegisters<R>where
<R as LiteXSoCRegisterConfiguration>::ReadOnly8: Freeze,
<R as LiteXSoCRegisterConfiguration>::ReadOnly32: Freeze,
<R as LiteXSoCRegisterConfiguration>::ReadWrite8: Freeze,
<R as LiteXSoCRegisterConfiguration>::ReadWrite16: Freeze,
impl<R> RefUnwindSafe for LiteEthMacRegisters<R>where
<R as LiteXSoCRegisterConfiguration>::ReadOnly8: RefUnwindSafe,
<R as LiteXSoCRegisterConfiguration>::ReadOnly32: RefUnwindSafe,
<R as LiteXSoCRegisterConfiguration>::ReadWrite8: RefUnwindSafe,
<R as LiteXSoCRegisterConfiguration>::ReadWrite16: RefUnwindSafe,
impl<R> Send for LiteEthMacRegisters<R>where
<R as LiteXSoCRegisterConfiguration>::ReadOnly8: Send,
<R as LiteXSoCRegisterConfiguration>::ReadOnly32: Send,
<R as LiteXSoCRegisterConfiguration>::ReadWrite8: Send,
<R as LiteXSoCRegisterConfiguration>::ReadWrite16: Send,
impl<R> Sync for LiteEthMacRegisters<R>where
<R as LiteXSoCRegisterConfiguration>::ReadOnly8: Sync,
<R as LiteXSoCRegisterConfiguration>::ReadOnly32: Sync,
<R as LiteXSoCRegisterConfiguration>::ReadWrite8: Sync,
<R as LiteXSoCRegisterConfiguration>::ReadWrite16: Sync,
impl<R> Unpin for LiteEthMacRegisters<R>where
<R as LiteXSoCRegisterConfiguration>::ReadOnly8: Unpin,
<R as LiteXSoCRegisterConfiguration>::ReadOnly32: Unpin,
<R as LiteXSoCRegisterConfiguration>::ReadWrite8: Unpin,
<R as LiteXSoCRegisterConfiguration>::ReadWrite16: Unpin,
impl<R> UnwindSafe for LiteEthMacRegisters<R>where
<R as LiteXSoCRegisterConfiguration>::ReadOnly8: UnwindSafe,
<R as LiteXSoCRegisterConfiguration>::ReadOnly32: UnwindSafe,
<R as LiteXSoCRegisterConfiguration>::ReadWrite8: UnwindSafe,
<R as LiteXSoCRegisterConfiguration>::ReadWrite16: 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