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