pub struct IndexedRegisterProxyMut<'a, M: Mmio + ?Sized, R: IndexedRegister> { /* private fields */ }Expand description
A mutable proxy struct for interacting with a specific IndexedRegister over a specific Mmio.
Implementations§
Source§impl<'a, M: Mmio + ?Sized, R: IndexedRegister> IndexedRegisterProxyMut<'a, M, R>
impl<'a, M: Mmio + ?Sized, R: IndexedRegister> IndexedRegisterProxyMut<'a, M, R>
Source§impl<'a, M: Mmio + ?Sized, R: ReadableIndexedRegister> IndexedRegisterProxyMut<'a, M, R>
impl<'a, M: Mmio + ?Sized, R: ReadableIndexedRegister> IndexedRegisterProxyMut<'a, M, R>
Source§impl<'a, M: Mmio + ?Sized, R: WritableIndexedRegister> IndexedRegisterProxyMut<'a, M, R>
impl<'a, M: Mmio + ?Sized, R: WritableIndexedRegister> IndexedRegisterProxyMut<'a, M, R>
Source§impl<'a, M: Mmio + ?Sized, R: ReadableIndexedRegister + WritableIndexedRegister> IndexedRegisterProxyMut<'a, M, R>
impl<'a, M: Mmio + ?Sized, R: ReadableIndexedRegister + WritableIndexedRegister> IndexedRegisterProxyMut<'a, M, R>
Auto Trait Implementations§
impl<'a, M, R> Freeze for IndexedRegisterProxyMut<'a, M, R>where
M: ?Sized,
impl<'a, M, R> RefUnwindSafe for IndexedRegisterProxyMut<'a, M, R>
impl<'a, M, R> Send for IndexedRegisterProxyMut<'a, M, R>
impl<'a, M, R> Sync for IndexedRegisterProxyMut<'a, M, R>
impl<'a, M, R> Unpin for IndexedRegisterProxyMut<'a, M, R>
impl<'a, M, R> UnsafeUnpin for IndexedRegisterProxyMut<'a, M, R>where
M: ?Sized,
impl<'a, M, R> !UnwindSafe for IndexedRegisterProxyMut<'a, M, 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