pub struct Tim2PartialRemap1;
Trait Implementations§
Source§impl Remap for Tim2PartialRemap1
impl Remap for Tim2PartialRemap1
impl<MODE> CPin<Tim2PartialRemap1, 0> for PA15<MODE>
impl<MODE> CPin<Tim2PartialRemap1, 1> for PB3<MODE>
impl<MODE> CPin<Tim2PartialRemap1, 2> for PA2<MODE>
impl<MODE> CPin<Tim2PartialRemap1, 3> for PA3<MODE>
Auto Trait Implementations§
impl Freeze for Tim2PartialRemap1
impl RefUnwindSafe for Tim2PartialRemap1
impl Send for Tim2PartialRemap1
impl Sync for Tim2PartialRemap1
impl Unpin for Tim2PartialRemap1
impl UnwindSafe for Tim2PartialRemap1
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