pub struct CVR { /* private fields */ }Expand description
CVR peripheral
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Sync for CVR
impl Freeze for CVR
impl RefUnwindSafe for CVR
impl Unpin for CVR
impl UnsafeUnpin for CVR
impl UnwindSafe for CVR
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