pub struct EulerAngles {
pub roll: f32,
pub pitch: f32,
pub yaw: f32,
}Fields§
§roll: f32§pitch: f32§yaw: f32Trait Implementations§
Source§impl Clone for EulerAngles
impl Clone for EulerAngles
Source§fn clone(&self) -> EulerAngles
fn clone(&self) -> EulerAngles
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EulerAngles
impl Debug for EulerAngles
impl Copy for EulerAngles
Auto Trait Implementations§
impl Freeze for EulerAngles
impl RefUnwindSafe for EulerAngles
impl Send for EulerAngles
impl Sync for EulerAngles
impl Unpin for EulerAngles
impl UnwindSafe for EulerAngles
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