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