pub struct Tim3PartialRemap;
Trait Implementations§
Source§impl Remap for Tim3PartialRemap
impl Remap for Tim3PartialRemap
impl<MODE> CPin<Tim3PartialRemap, 0> for PB4<MODE>
impl<MODE> CPin<Tim3PartialRemap, 1> for PB5<MODE>
impl<MODE> CPin<Tim3PartialRemap, 2> for PB0<MODE>
impl<MODE> CPin<Tim3PartialRemap, 3> for PB1<MODE>
Auto Trait Implementations§
impl Freeze for Tim3PartialRemap
impl RefUnwindSafe for Tim3PartialRemap
impl Send for Tim3PartialRemap
impl Sync for Tim3PartialRemap
impl Unpin for Tim3PartialRemap
impl UnwindSafe for Tim3PartialRemap
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