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