Enum aaronia_rtsa::DeviceState
source · pub enum DeviceState {
Idle,
Connecting,
Connected,
Starting,
Running,
Stopping,
Disconnecting,
}
Expand description
Device state can be queried with Device::state()
Variants§
Trait Implementations§
source§impl Debug for DeviceState
impl Debug for DeviceState
source§impl PartialEq<DeviceState> for DeviceState
impl PartialEq<DeviceState> for DeviceState
source§fn eq(&self, other: &DeviceState) -> bool
fn eq(&self, other: &DeviceState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.