Struct volatile_register::RW
source · pub struct RW<T>where
T: Copy,{ /* private fields */ }
Expand description
Read-Write register
Implementations§
Auto Trait Implementations§
impl<T> !Freeze for RW<T>
impl<T> !RefUnwindSafe for RW<T>
impl<T> Send for RW<T>where
T: Send,
impl<T> !Sync for RW<T>
impl<T> Unpin for RW<T>where
T: Unpin,
impl<T> UnwindSafe for RW<T>where
T: 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