#[repr(C)]pub struct MotorController {
pub _base: SpeedController,
}Expand description
Interface for motor controlling devices.
Fields§
§_base: SpeedControllerTrait Implementations§
Auto Trait Implementations§
impl Freeze for MotorController
impl RefUnwindSafe for MotorController
impl !Send for MotorController
impl !Sync for MotorController
impl Unpin for MotorController
impl UnwindSafe for MotorController
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