Enum android_sensor_sys::SensorStatus
[−]
[src]
pub enum SensorStatus {
NoContact,
Unreliable,
AccuracyLow,
AccuracyMedium,
AccuracyHigh,
}Variants
NoContactASENSOR_STATUS_NO_CONTACT no contact
UnreliableASENSOR_STATUS_UNRELIABLE unreliable
AccuracyLowASENSOR_STATUS_ACCURACY_LOW low accuracy
AccuracyMediumASENSOR_STATUS_ACCURACY_MEDIUM medium accuracy
AccuracyHighASENSOR_STATUS_ACCURACY_HIGH high accuracy
Trait Implementations
impl Debug for SensorStatus[src]
impl Copy for SensorStatus[src]
impl Clone for SensorStatus[src]
fn clone(&self) -> SensorStatus
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more