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