#[repr(C, packed(1))]pub struct V5_DeviceGpsRaw {
pub x: c_double,
pub y: c_double,
pub z: c_double,
pub w: c_double,
}
Fields§
§x: c_double
§y: c_double
§z: c_double
§w: c_double
Trait Implementations§
Source§impl Clone for V5_DeviceGpsRaw
impl Clone for V5_DeviceGpsRaw
Source§fn clone(&self) -> V5_DeviceGpsRaw
fn clone(&self) -> V5_DeviceGpsRaw
Returns a copy of the value. Read more
1.0.0§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_DeviceGpsRaw
impl Debug for V5_DeviceGpsRaw
Source§impl Default for V5_DeviceGpsRaw
impl Default for V5_DeviceGpsRaw
Source§fn default() -> V5_DeviceGpsRaw
fn default() -> V5_DeviceGpsRaw
Returns the “default value” for a type. Read more
Source§impl PartialEq for V5_DeviceGpsRaw
impl PartialEq for V5_DeviceGpsRaw
impl Copy for V5_DeviceGpsRaw
impl StructuralPartialEq for V5_DeviceGpsRaw
Auto Trait Implementations§
impl Freeze for V5_DeviceGpsRaw
impl RefUnwindSafe for V5_DeviceGpsRaw
impl Send for V5_DeviceGpsRaw
impl Sync for V5_DeviceGpsRaw
impl Unpin for V5_DeviceGpsRaw
impl UnwindSafe for V5_DeviceGpsRaw
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)