pub struct R3;
Expand description
R3: OCR register
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R3
impl RefUnwindSafe for R3
impl Send for R3
impl Sync for R3
impl Unpin for R3
impl UnwindSafe for R3
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