pub struct REV { /* private fields */ }Expand description
Peripheral Revision Register
Implementations§
Auto Trait Implementations§
impl !Freeze for REV
impl !RefUnwindSafe for REV
impl Send for REV
impl !Sync for REV
impl Unpin for REV
impl UnwindSafe for REV
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