pub struct SRACMP { /* private fields */ }Expand description
Analog Comparator Software Reset
Implementations§
Auto Trait Implementations§
impl !Freeze for SRACMP
impl !RefUnwindSafe for SRACMP
impl Send for SRACMP
impl !Sync for SRACMP
impl Unpin for SRACMP
impl UnwindSafe for SRACMP
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