[][src]Enum clyde_3g_eps_api::ResetTelemetry::Type

pub enum Type {
    BrownOut,
    AutomaticSoftware,
    Manual,
    Watchdog,
}

Reset Telemetry Variants

Variants

Get Number of Brown-out Resets

Get Number of Automatic Software Resets If the on-board microcontroller has experienced a malfunction, such as being stuck in a loop, it will reset itself into a pre-defined initial state.

Get Number of Manual Resets This is the count of the number of times the device has been manually reset using the Reset command.

Get Number of Communications Watchdog Resets The device will reset itself if it does not receive any data via i2c for a predefined length of time. The communications node keeps a count of the number of times such an event has taken place.

Trait Implementations

impl PartialEq<Type> for Type
[src]

This method tests for !=.

impl Clone for Type
[src]

Performs copy-assignment from source. Read more

impl Copy for Type
[src]

impl Eq for Type
[src]

impl Debug for Type
[src]

impl Hash for Type
[src]

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

Auto Trait Implementations

impl Send for Type

impl Sync for Type

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]