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