pub struct NmeaMask {
pub gga: bool,
pub gll: bool,
pub gsa: bool,
pub gsv: bool,
pub rmc: bool,
}Fields§
§gga: boolEnables Global Positioning System Fix Data.
gll: boolEnables Geographic Position Latitude/Longitude and time.
gsa: boolEnables DOP and active satellites.
gsv: boolEnables Satellites in view.
rmc: boolEnables Recommended minimum specific GPS/Transit data.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NmeaMask
impl RefUnwindSafe for NmeaMask
impl Send for NmeaMask
impl Sync for NmeaMask
impl Unpin for NmeaMask
impl UnwindSafe for NmeaMask
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