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