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