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