Enum novatel_oem6_api::Log[][src]

pub enum Log {
    BestXYZ(BestXYZLog),
    RxStatusEvent(RxStatusEventLog),
    Version(VersionLog),
}
[]

Supported log messages

Variants

[]

Best available position and velocity in ECEF coordinates

[]

Event and/or error message

[]

System version information

Methods

impl Log
[src]
[]

[]

Convert a raw data buffer into a useable struct

Trait Implementations

impl Clone for Log
[src]
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Debug for Log
[src]
[+]

[]

Formats the value using the given formatter. Read more

impl PartialEq for Log
[src]
[+]

[]

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

[]

This method tests for !=.

Auto Trait Implementations

impl Send for Log

impl Sync for Log