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> !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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more