pub struct Motor2Pins {
pub in1: PC8<Alternate<2>>,
pub in2: PC9<Alternate<2>>,
pub cs: PD3<Output<PushPull>>,
pub nsleep: PD4<Output<PushPull>>,
pub disable: PD5<Output<PushPull>>,
pub adc: PC2<Analog>,
}Fields§
§in1: PC8<Alternate<2>>§in2: PC9<Alternate<2>>§cs: PD3<Output<PushPull>>§nsleep: PD4<Output<PushPull>>§disable: PD5<Output<PushPull>>§adc: PC2<Analog>Auto Trait Implementations§
impl Freeze for Motor2Pins
impl RefUnwindSafe for Motor2Pins
impl Send for Motor2Pins
impl Sync for Motor2Pins
impl Unpin for Motor2Pins
impl UnsafeUnpin for Motor2Pins
impl UnwindSafe for Motor2Pins
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