Skip to main content

QmiPdsDataValid

Struct QmiPdsDataValid 

Source
#[repr(transparent)]
pub struct QmiPdsDataValid(pub c_uint);
Expand description

Flags to indicate which position data parameters are valid.

Since: 1.0

Tuple Fields§

§0: c_uint

Implementations§

Source§

impl QmiPdsDataValid

Source

pub const TIMESTAMP_CALENDAR: QmiPdsDataValid

Timestamp calendar (GPS time).

Source

pub const TIMESTAMP_UTC: QmiPdsDataValid

Timestamp (UTC).

Source

pub const LEAP_SECONDS: QmiPdsDataValid

Leap seconds.

Source

pub const TIME_UNCERTAINTY: QmiPdsDataValid

Time uncertainty.

Source

pub const LATITUDE: QmiPdsDataValid

Latitude.

Source

pub const LONGITUDE: QmiPdsDataValid

Longitude.

Source

pub const ELLIPSOID_ALTITUDE: QmiPdsDataValid

Ellipsoid altitude.

Source

pub const MEAN_SEA_LEVEL_ALTITUDE: QmiPdsDataValid

Mean sea level altitude.

Source

pub const HORIZONTAL_SPEED: QmiPdsDataValid

Horizontal speed.

Source

pub const VERTICAL_SPEED: QmiPdsDataValid

Vertical speed.

Source

pub const HEADING: QmiPdsDataValid

Heading.

Source

pub const HORIZONTAL_UNCERTAINTY_CIRCULAR: QmiPdsDataValid

Horizontal uncertainty circular.

Source

pub const HORIZONTAL_UNCERTAINTY_ELLIPSE_SEMI_MAJOR: QmiPdsDataValid

Horizontal uncertainty ellipse semi-major.

Source

pub const HORIZONTAL_UNCERTAINTY_ELLIPSE_SEMI_MINOR: QmiPdsDataValid

Horizontal uncertainty ellipse semi-minor.

Source

pub const HORIZONTAL_UNCERTAINTY_ELLIPSE_ORIENT_AZIMUTH: QmiPdsDataValid

Horizontal uncertainty ellipse orient azimuth.

Source

pub const VERTICAL_UNCERTAINTY: QmiPdsDataValid

Vertical uncertainty.

Source

pub const HORIZONTAL_VELOCITY_UNCERTAINTY: QmiPdsDataValid

Horizontal velocity uncertainty.

Source

pub const VERTICAL_VELOCITY_UNCERTAINTY: QmiPdsDataValid

Vertical velocity uncertainty.

Source

pub const HORIZONTAL_CONFIDENCE: QmiPdsDataValid

Horizontal confidence.

Source

pub const POSITION_DOP: QmiPdsDataValid

Position dillution of precision.

Source

pub const HORIZONTAL_DOP: QmiPdsDataValid

Horizontal dillution of precision.

Source

pub const VERTICAL_DOP: QmiPdsDataValid

Vertical dillution of precision.

Source

pub const OPERATING_MODE: QmiPdsDataValid

Operating mode.

Trait Implementations§

Source§

impl Clone for QmiPdsDataValid

Source§

fn clone(&self) -> QmiPdsDataValid

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for QmiPdsDataValid

Source§

impl Debug for QmiPdsDataValid

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Eq for QmiPdsDataValid

Source§

impl Hash for QmiPdsDataValid

Source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · Source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
Source§

impl PartialEq for QmiPdsDataValid

Source§

fn eq(&self, other: &QmiPdsDataValid) -> bool

Equality operator ==. Read more
1.0.0 (const: unstable) · Source§

fn ne(&self, other: &Rhs) -> bool

Inequality operator !=. Read more
Source§

impl StructuralPartialEq for QmiPdsDataValid

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.