pub struct StepperMotor4<P1, P2, P3, P4>{
pub p1: P1,
pub p2: P2,
pub p3: P3,
pub p4: P4,
}Fields§
§p1: P1§p2: P2§p3: P3§p4: P4Trait Implementations§
Source§impl<P1, P2, P3, P4> StepperMotor for StepperMotor4<P1, P2, P3, P4>
impl<P1, P2, P3, P4> StepperMotor for StepperMotor4<P1, P2, P3, P4>
Auto Trait Implementations§
impl<P1, P2, P3, P4> Freeze for StepperMotor4<P1, P2, P3, P4>
impl<P1, P2, P3, P4> RefUnwindSafe for StepperMotor4<P1, P2, P3, P4>
impl<P1, P2, P3, P4> Send for StepperMotor4<P1, P2, P3, P4>
impl<P1, P2, P3, P4> Sync for StepperMotor4<P1, P2, P3, P4>
impl<P1, P2, P3, P4> Unpin for StepperMotor4<P1, P2, P3, P4>
impl<P1, P2, P3, P4> UnwindSafe for StepperMotor4<P1, P2, P3, P4>
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