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