pub struct Tim2PartialRemap2;
Trait Implementations§
Source§impl Remap for Tim2PartialRemap2
impl Remap for Tim2PartialRemap2
impl<MODE> CPin<Tim2PartialRemap2, 0> for PA0<MODE>
impl<MODE> CPin<Tim2PartialRemap2, 1> for PA1<MODE>
impl<MODE> CPin<Tim2PartialRemap2, 2> for PB10<MODE>
impl<MODE> CPin<Tim2PartialRemap2, 3> for PB11<MODE>
Auto Trait Implementations§
impl Freeze for Tim2PartialRemap2
impl RefUnwindSafe for Tim2PartialRemap2
impl Send for Tim2PartialRemap2
impl Sync for Tim2PartialRemap2
impl Unpin for Tim2PartialRemap2
impl UnwindSafe for Tim2PartialRemap2
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