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