pub struct SatelliteSignal {
pub prn: u8,
pub azimuth: Azimuth,
pub elevation: Elevation,
pub snr: u8,
}
Fields§
§prn: u8
§azimuth: Azimuth
§elevation: Elevation
§snr: u8
Trait Implementations§
Source§impl Clone for SatelliteSignal
impl Clone for SatelliteSignal
Source§fn clone(&self) -> SatelliteSignal
fn clone(&self) -> SatelliteSignal
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 SatelliteSignal
impl Debug for SatelliteSignal
Source§impl Display for SatelliteSignal
impl Display for SatelliteSignal
Source§impl PartialEq for SatelliteSignal
impl PartialEq for SatelliteSignal
impl Copy for SatelliteSignal
impl StructuralPartialEq for SatelliteSignal
Auto Trait Implementations§
impl Freeze for SatelliteSignal
impl RefUnwindSafe for SatelliteSignal
impl Send for SatelliteSignal
impl Sync for SatelliteSignal
impl Unpin for SatelliteSignal
impl UnwindSafe for SatelliteSignal
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