Enum novatel_oem6_service::PowerState[][src]

pub enum PowerState {
    On,
    Off,
}
[]

Response field for 'power' query

Variants

[]

System is on

[]

System is off or unavailable

Trait Implementations

impl Clone for PowerState
[src]
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Eq for PowerState
[src]

impl PartialEq for PowerState
[src]
[+]

[]

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

[]

This method tests for !=.

impl Debug for PowerState
[src]
[+]

[]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PowerState

impl Sync for PowerState