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