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