Enum novatel_oem6_service::PowerState [−][src]
pub enum PowerState { On, Off, }
Response field for 'power' query
Variants
On
System is on
Off
System is off or unavailable
Trait Implementations
impl Clone for PowerState
[src]
impl Clone for PowerState
fn clone(&self) -> PowerState
[src]
fn clone(&self) -> PowerState
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 Eq for PowerState
[src]
impl Eq for PowerState
impl PartialEq for PowerState
[src]
impl PartialEq for PowerState
fn eq(&self, other: &PowerState) -> bool
[src]
fn eq(&self, other: &PowerState) -> 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 Debug for PowerState
[src]
impl Debug for PowerState
Auto Trait Implementations
impl Send for PowerState
impl Send for PowerState
impl Sync for PowerState
impl Sync for PowerState