pub struct Demands {
pub throttle: f32,
pub roll: f32,
pub pitch: f32,
pub yaw: f32,
}Fields§
§throttle: f32§roll: f32§pitch: f32§yaw: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for Demands
impl RefUnwindSafe for Demands
impl Send for Demands
impl Sync for Demands
impl Unpin for Demands
impl UnwindSafe for Demands
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