pub struct Motors {
pub m1: f32,
pub m2: f32,
pub m3: f32,
pub m4: f32,
}Fields§
§m1: f32§m2: f32§m3: f32§m4: f32Auto Trait Implementations§
impl Freeze for Motors
impl RefUnwindSafe for Motors
impl Send for Motors
impl Sync for Motors
impl Unpin for Motors
impl UnwindSafe for Motors
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