pub struct StepperMotor2<P1: OutputPin, P2: OutputPin<Error = P1::Error>> { /* private fields */ }Expand description
Coil driver using two output pins.
Trait Implementations§
Source§impl<P1, P2> StepperMotor for StepperMotor2<P1, P2>
impl<P1, P2> StepperMotor for StepperMotor2<P1, P2>
Auto Trait Implementations§
impl<P1, P2> Freeze for StepperMotor2<P1, P2>
impl<P1, P2> RefUnwindSafe for StepperMotor2<P1, P2>where
P1: RefUnwindSafe,
P2: RefUnwindSafe,
impl<P1, P2> Send for StepperMotor2<P1, P2>
impl<P1, P2> Sync for StepperMotor2<P1, P2>
impl<P1, P2> Unpin for StepperMotor2<P1, P2>
impl<P1, P2> UnwindSafe for StepperMotor2<P1, P2>where
P1: UnwindSafe,
P2: 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