#[repr(transparent)]pub struct QmiLocSystem(pub c_uint);Expand description
Which location system a satellite is part of.
Since 1.22
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiLocSystem
impl QmiLocSystem
Sourcepub const GPS: QmiLocSystem
pub const GPS: QmiLocSystem
GPS.
Sourcepub const GALILEO: QmiLocSystem
pub const GALILEO: QmiLocSystem
Galileo.
Sourcepub const SBAS: QmiLocSystem
pub const SBAS: QmiLocSystem
SBAS.
Sourcepub const COMPASS: QmiLocSystem
pub const COMPASS: QmiLocSystem
COMPASS (BeiDou).
Sourcepub const GLONASS: QmiLocSystem
pub const GLONASS: QmiLocSystem
GLONASS.
Trait Implementations§
Source§impl Clone for QmiLocSystem
impl Clone for QmiLocSystem
Source§fn clone(&self) -> QmiLocSystem
fn clone(&self) -> QmiLocSystem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for QmiLocSystem
Source§impl Debug for QmiLocSystem
impl Debug for QmiLocSystem
impl Eq for QmiLocSystem
Source§impl Hash for QmiLocSystem
impl Hash for QmiLocSystem
Source§impl PartialEq for QmiLocSystem
impl PartialEq for QmiLocSystem
impl StructuralPartialEq for QmiLocSystem
Auto Trait Implementations§
impl Freeze for QmiLocSystem
impl RefUnwindSafe for QmiLocSystem
impl Send for QmiLocSystem
impl Sync for QmiLocSystem
impl Unpin for QmiLocSystem
impl UnsafeUnpin for QmiLocSystem
impl UnwindSafe for QmiLocSystem
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