pub struct GnssQuality { /* private fields */ }Expand description
Receiver-reported fix quality.
Implementations§
Source§impl GnssQuality
impl GnssQuality
Sourcepub const fn satellites(&self) -> Option<u8>
pub const fn satellites(&self) -> Option<u8>
Satellites used, if reported.
Trait Implementations§
Source§impl Clone for GnssQuality
impl Clone for GnssQuality
Source§fn clone(&self) -> GnssQuality
fn clone(&self) -> GnssQuality
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 GnssQuality
Source§impl Debug for GnssQuality
impl Debug for GnssQuality
Source§impl PartialEq for GnssQuality
impl PartialEq for GnssQuality
impl StructuralPartialEq for GnssQuality
Auto Trait Implementations§
impl Freeze for GnssQuality
impl RefUnwindSafe for GnssQuality
impl Send for GnssQuality
impl Sync for GnssQuality
impl Unpin for GnssQuality
impl UnsafeUnpin for GnssQuality
impl UnwindSafe for GnssQuality
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