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