pub struct CSR10 { /* private fields */ }
Expand description
context swap registers
Implementations§
Auto Trait Implementations§
impl !Freeze for CSR10
impl !RefUnwindSafe for CSR10
impl Send for CSR10
impl !Sync for CSR10
impl Unpin for CSR10
impl UnwindSafe for CSR10
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