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