#[repr(C)]pub struct SpeedController {
pub vtable_: *const SpeedController__bindgen_vtable,
}Expand description
Interface for speed controlling devices.
@deprecated Use MotorController.
Fields§
§vtable_: *const SpeedController__bindgen_vtableTrait Implementations§
Auto Trait Implementations§
impl Freeze for SpeedController
impl RefUnwindSafe for SpeedController
impl !Send for SpeedController
impl !Sync for SpeedController
impl Unpin for SpeedController
impl UnwindSafe for SpeedController
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