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