#[repr(C)]pub struct VAALEuler {
pub yaw: f32,
pub pitch: f32,
pub roll: f32,
}Expand description
@struct VAALEuler
Fields§
§yaw: f32§pitch: f32§roll: f32Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for VAALEuler
impl Send for VAALEuler
impl Sync for VAALEuler
impl Unpin for VAALEuler
impl UnwindSafe for VAALEuler
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