pub struct CCER { /* private fields */ }
Expand description
capture/compare enable register
Implementations§
Auto Trait Implementations§
impl !Freeze for CCER
impl !RefUnwindSafe for CCER
impl Send for CCER
impl !Sync for CCER
impl Unpin for CCER
impl UnwindSafe for CCER
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