#[repr(C)]
pub enum SentenceType {
Show 101 variants AAM, ABK, ACA, ACK, ACS, AIR, ALM, ALR, APA, APB, ASD, BEC, BOD, BWC, BWR, BWW, CUR, DBK, DBS, DBT, DCN, DPT, DSC, DSE, DSI, DSR, DTM, FSI, GBS, GGA, GLC, GLL, GMP, GNS, GRS, GSA, GST, GSV, GTD, GXA, HDG, HDM, HDT, HMR, HMS, HSC, HTC, HTD, LCD, LRF, LRI, LR1, LR2, LR3, MLA, MSK, MSS, MWD, MTW, MWV, OLN, OSD, ROO, RMA, RMB, RMC, ROT, RPM, RSA, RSD, RTE, SFI, SSD, STN, TLB, TLL, TRF, TTM, TUT, TXT, VBW, VDM, VDO, VDR, VHW, VLW, VPW, VSD, VTG, VWR, WCV, WNC, WPL, XDR, XTE, XTR, ZDA, ZDL, ZFO, ZTG, None,
}
Expand description

NMEA sentence type General: OSD | Autopilot: APA | APB | ASD | Decca: DCN | D-GPS: MSK Echo: DBK | DBS | DBT | Radio: FSI | SFI | TLL Speed: VBW | VHW | VLW | GPS: ALM | GBS | GGA | GNS | GSA | GSV | Course: DPT | HDG | HDM | HDT | HSC | ROT | VDR | Loran-C: GLC | LCD | Machine: RPM | Navigation: RMA | RMB | RMC | Omega: OLN | Position: GLL | DTM Radar: RSD | TLL | TTM | Rudder: RSA | Temperature: MTW | Transit: GXA | RTF | Waypoints and tacks: AAM | BEC | BOD | BWC | BWR | BWW | ROO | RTE | VTG | WCV | WNC | WPL | XDR | XTE | XTR | Wind: MWV | VPW | VWR | Date and Time: GDT | ZDA | ZFO | ZTG |

Variants

AAM

ABK

ACA

ACK

ACS

AIR

ALM

ALR

APA

APB

ASD

BEC

BOD

BWC

BWR

BWW

CUR

DBK

DBS

DBT

DCN

DPT

DSC

DSE

DSI

DSR

DTM

FSI

GBS

GGA

GLC

GLL

GMP

GNS

GRS

GSA

GST

GSV

GTD

GXA

HDG

HDM

HDT

HMR

HMS

HSC

HTC

HTD

LCD

LRF

LRI

LR1

LR2

LR3

MLA

MSK

MSS

MWD

MTW

MWV

OLN

OSD

ROO

RMA

RMB

RMC

ROT

RPM

RSA

RSD

RTE

SFI

SSD

STN

TLB

TLL

TRF

TTM

TUT

TXT

VBW

VDM

VDO

VDR

VHW

VLW

VPW

VSD

VTG

VWR

WCV

WNC

WPL

XDR

XTE

XTR

ZDA

ZDL

ZFO

ZTG

None

Trait Implementations

The resulting type after applying the | operator.

Performs the | operation. Read more

The resulting type after applying the | operator.

Performs the | operation. Read more

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Converts to this type from the input type.

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.