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