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