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