pub enum TalkerId {
GP,
GL,
GA,
GB,
GN,
BD,
QZ,
Unknown,
}Expand description
Represents the GNSS constellation (talker ID)
Variants§
Trait Implementations§
impl Copy for TalkerId
impl Eq for TalkerId
impl StructuralPartialEq for TalkerId
Auto Trait Implementations§
impl Freeze for TalkerId
impl RefUnwindSafe for TalkerId
impl Send for TalkerId
impl Sync for TalkerId
impl Unpin for TalkerId
impl UnwindSafe for TalkerId
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