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