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