pub struct Tim4Remap;
Trait Implementations§
impl<MODE> CPin<Tim4Remap, 0> for PD12<MODE>
impl<MODE> CPin<Tim4Remap, 1> for PD13<MODE>
impl<MODE> CPin<Tim4Remap, 2> for PD14<MODE>
impl<MODE> CPin<Tim4Remap, 3> for PD15<MODE>
Auto Trait Implementations§
impl Freeze for Tim4Remap
impl RefUnwindSafe for Tim4Remap
impl Send for Tim4Remap
impl Sync for Tim4Remap
impl Unpin for Tim4Remap
impl UnwindSafe for Tim4Remap
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