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