Struct vex_sdk::device::V5_DeviceGpsData
source · #[repr(C)]pub struct V5_DeviceGpsData {
pub offset_x: c_double,
pub offset_y: c_double,
pub x: c_double,
pub y: c_double,
pub z: c_double,
pub w: c_double,
}Fields§
§offset_x: c_double§offset_y: c_double§x: c_double§y: c_double§z: c_double§w: c_doubleTrait Implementations§
source§impl Clone for V5_DeviceGpsData
impl Clone for V5_DeviceGpsData
source§fn clone(&self) -> V5_DeviceGpsData
fn clone(&self) -> V5_DeviceGpsData
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_DeviceGpsData
impl Debug for V5_DeviceGpsData
source§impl Default for V5_DeviceGpsData
impl Default for V5_DeviceGpsData
source§fn default() -> V5_DeviceGpsData
fn default() -> V5_DeviceGpsData
Returns the “default value” for a type. Read more
source§impl PartialEq for V5_DeviceGpsData
impl PartialEq for V5_DeviceGpsData
source§fn eq(&self, other: &V5_DeviceGpsData) -> bool
fn eq(&self, other: &V5_DeviceGpsData) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for V5_DeviceGpsData
impl StructuralPartialEq for V5_DeviceGpsData
Auto Trait Implementations§
impl Freeze for V5_DeviceGpsData
impl RefUnwindSafe for V5_DeviceGpsData
impl Send for V5_DeviceGpsData
impl Sync for V5_DeviceGpsData
impl Unpin for V5_DeviceGpsData
impl UnwindSafe for V5_DeviceGpsData
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