pub struct FRecord<'a> {
pub time: Time,
pub satellites: SatelliteArray<'a>,
}
Expand description
A record indicating a change in the satellite constellation being used.
Fields§
§time: Time
§satellites: SatelliteArray<'a>
Implementations§
Trait Implementations§
impl<'a> Eq for FRecord<'a>
impl<'a> StructuralPartialEq for FRecord<'a>
Auto Trait Implementations§
impl<'a> Freeze for FRecord<'a>
impl<'a> RefUnwindSafe for FRecord<'a>
impl<'a> Send for FRecord<'a>
impl<'a> Sync for FRecord<'a>
impl<'a> Unpin for FRecord<'a>
impl<'a> UnwindSafe for FRecord<'a>
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