Struct vex_sdk::gps::V5_DeviceGpsAttitude
source · #[repr(C, packed(1))]pub struct V5_DeviceGpsAttitude {
pub pitch: c_double,
pub roll: c_double,
pub yaw: c_double,
pub position_x: c_double,
pub position_y: c_double,
pub position_z: c_double,
pub az: c_double,
pub el: c_double,
pub rot: c_double,
}Fields§
§pitch: c_double§roll: c_double§yaw: c_double§position_x: c_double§position_y: c_double§position_z: c_double§az: c_double§el: c_double§rot: c_doubleTrait Implementations§
source§impl Clone for V5_DeviceGpsAttitude
impl Clone for V5_DeviceGpsAttitude
source§fn clone(&self) -> V5_DeviceGpsAttitude
fn clone(&self) -> V5_DeviceGpsAttitude
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 V5_DeviceGpsAttitude
impl Debug for V5_DeviceGpsAttitude
source§impl Default for V5_DeviceGpsAttitude
impl Default for V5_DeviceGpsAttitude
source§fn default() -> V5_DeviceGpsAttitude
fn default() -> V5_DeviceGpsAttitude
Returns the “default value” for a type. Read more
source§impl PartialEq for V5_DeviceGpsAttitude
impl PartialEq for V5_DeviceGpsAttitude
source§fn eq(&self, other: &V5_DeviceGpsAttitude) -> bool
fn eq(&self, other: &V5_DeviceGpsAttitude) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for V5_DeviceGpsAttitude
impl StructuralPartialEq for V5_DeviceGpsAttitude
Auto Trait Implementations§
impl Freeze for V5_DeviceGpsAttitude
impl RefUnwindSafe for V5_DeviceGpsAttitude
impl Send for V5_DeviceGpsAttitude
impl Sync for V5_DeviceGpsAttitude
impl Unpin for V5_DeviceGpsAttitude
impl UnwindSafe for V5_DeviceGpsAttitude
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