pub struct PamojaStepper { /* private fields */ }Expand description
An opaque handle to a position in a stepper drive sequence.
Release it with pamoja_stepper_free.
Auto Trait Implementations§
impl Freeze for PamojaStepper
impl RefUnwindSafe for PamojaStepper
impl Send for PamojaStepper
impl Sync for PamojaStepper
impl Unpin for PamojaStepper
impl UnsafeUnpin for PamojaStepper
impl UnwindSafe for PamojaStepper
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