pub struct RotationDelta {
pub d_pitch: f32,
pub d_yaw: f32,
pub d_roll: f32,
}Fields§
§d_pitch: f32§d_yaw: f32§d_roll: f32Trait Implementations§
Source§impl Clone for RotationDelta
impl Clone for RotationDelta
Source§fn clone(&self) -> RotationDelta
fn clone(&self) -> RotationDelta
Returns a duplicate 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 RotationDelta
impl Debug for RotationDelta
Source§impl<'de> Deserialize<'de> for RotationDelta
impl<'de> Deserialize<'de> for RotationDelta
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RotationDelta
impl PartialEq for RotationDelta
Source§impl Serialize for RotationDelta
impl Serialize for RotationDelta
impl Copy for RotationDelta
impl StructuralPartialEq for RotationDelta
Auto Trait Implementations§
impl Freeze for RotationDelta
impl RefUnwindSafe for RotationDelta
impl Send for RotationDelta
impl Sync for RotationDelta
impl Unpin for RotationDelta
impl UnwindSafe for RotationDelta
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