Enum novatel_oem6_api::MessageID [−][src]
pub enum MessageID { Log, Unlog, UnlogAll, Version, RxStatusEvent, BestXYZ, Unknown, }
Supported message types
Variants
Log
Log command message
Unlog
Unlog command message
UnlogAll
Unlog all command message
Version
Version data log
RxStatusEvent
RX status event data log
BestXYZ
Best XYZ position/velocity data log
Unknown
Catch-all value for received messages with an unknown ID
Trait Implementations
impl Debug for MessageID
[src]
impl Debug for MessageID
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for MessageID
[src]
impl Copy for MessageID
impl Clone for MessageID
[src]
impl Clone for MessageID
fn clone(&self) -> MessageID
[src]
fn clone(&self) -> MessageID
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for MessageID
[src]
impl PartialEq for MessageID
fn eq(&self, other: &MessageID) -> bool
[src]
fn eq(&self, other: &MessageID) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Default for MessageID
[src]
impl Default for MessageID
impl From<u16> for MessageID
[src]
impl From<u16> for MessageID