#[repr(C)]pub struct PhidgetSpatial_SpatialEulerAngles {
pub pitch: f64,
pub roll: f64,
pub heading: f64,
}
Fields§
§pitch: f64
§roll: f64
§heading: f64
Trait Implementations§
Source§impl Clone for PhidgetSpatial_SpatialEulerAngles
impl Clone for PhidgetSpatial_SpatialEulerAngles
Source§fn clone(&self) -> PhidgetSpatial_SpatialEulerAngles
fn clone(&self) -> PhidgetSpatial_SpatialEulerAngles
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for PhidgetSpatial_SpatialEulerAngles
Auto Trait Implementations§
impl Freeze for PhidgetSpatial_SpatialEulerAngles
impl RefUnwindSafe for PhidgetSpatial_SpatialEulerAngles
impl Send for PhidgetSpatial_SpatialEulerAngles
impl Sync for PhidgetSpatial_SpatialEulerAngles
impl Unpin for PhidgetSpatial_SpatialEulerAngles
impl UnwindSafe for PhidgetSpatial_SpatialEulerAngles
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