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