#[repr(C, packed(1))]pub struct euler_s {
pub pitch: f64,
pub roll: f64,
pub yaw: f64,
}
Expand description
\struct euler_s_t
Fields§
§pitch: f64
§roll: f64
§yaw: f64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for euler_s
impl RefUnwindSafe for euler_s
impl Send for euler_s
impl Sync for euler_s
impl Unpin for euler_s
impl UnwindSafe for euler_s
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