pub struct ULN2003<P1: OutputPin, P2: OutputPin, P3: OutputPin, P4: OutputPin> { /* private fields */ }Expand description
Struct representing a Stepper motor with the 4 driver pins
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<P1, P2, P3, P4> RefUnwindSafe for ULN2003<P1, P2, P3, P4>where P1: RefUnwindSafe, P2: RefUnwindSafe, P3: RefUnwindSafe, P4: RefUnwindSafe,
impl<P1, P2, P3, P4> Send for ULN2003<P1, P2, P3, P4>where P1: Send, P2: Send, P3: Send, P4: Send,
impl<P1, P2, P3, P4> Sync for ULN2003<P1, P2, P3, P4>where P1: Sync, P2: Sync, P3: Sync, P4: Sync,
impl<P1, P2, P3, P4> Unpin for ULN2003<P1, P2, P3, P4>where P1: Unpin, P2: Unpin, P3: Unpin, P4: Unpin,
impl<P1, P2, P3, P4> UnwindSafe for ULN2003<P1, P2, P3, P4>where P1: UnwindSafe, P2: UnwindSafe, P3: UnwindSafe, P4: 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