pub struct RemapPartial2<REG>(/* private fields */);Trait Implementations§
Source§impl RemapMode<Periph<RegisterBlock, 1073741824>> for RemapPartial2<TIM2>
impl RemapMode<Periph<RegisterBlock, 1073741824>> for RemapPartial2<TIM2>
impl TimCh1Pin<RemapPartial2<Periph<RegisterBlock, 1073741824>>> for PA0<Alternate<PushPull>>
impl TimCh2Pin<RemapPartial2<Periph<RegisterBlock, 1073741824>>> for PA1<Alternate<PushPull>>
impl TimCh3Pin<RemapPartial2<Periph<RegisterBlock, 1073741824>>> for PB10<Alternate<PushPull>>
impl TimCh4Pin<RemapPartial2<Periph<RegisterBlock, 1073741824>>> for PB11<Alternate<PushPull>>
Auto Trait Implementations§
impl<REG> Freeze for RemapPartial2<REG>
impl<REG> RefUnwindSafe for RemapPartial2<REG>where
REG: RefUnwindSafe,
impl<REG> Send for RemapPartial2<REG>where
REG: Send,
impl<REG> Sync for RemapPartial2<REG>where
REG: Sync,
impl<REG> Unpin for RemapPartial2<REG>where
REG: Unpin,
impl<REG> UnwindSafe for RemapPartial2<REG>where
REG: UnwindSafe,
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