pub struct Rotator {
pub pitch: f64,
pub yaw: f64,
pub roll: f64,
}Fields§
§pitch: f64§yaw: f64§roll: f64Implementations§
Trait Implementations§
impl Copy for Rotator
impl StructuralPartialEq for Rotator
Auto Trait Implementations§
impl Freeze for Rotator
impl RefUnwindSafe for Rotator
impl Send for Rotator
impl Sync for Rotator
impl Unpin for Rotator
impl UnsafeUnpin for Rotator
impl UnwindSafe for Rotator
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