pub struct MotorSocket { /* private fields */ }Expand description
The motor of the car
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MotorSocket
impl RefUnwindSafe for MotorSocket
impl Send for MotorSocket
impl Sync for MotorSocket
impl Unpin for MotorSocket
impl UnwindSafe for MotorSocket
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