Enum android_sensor_sys::SensorStatus [] [src]

#[repr(i32)]
pub enum SensorStatus { NoContact, Unreliable, AccuracyLow, AccuracyMedium, AccuracyHigh, }

Variants

ASENSOR_STATUS_NO_CONTACT no contact

ASENSOR_STATUS_UNRELIABLE unreliable

ASENSOR_STATUS_ACCURACY_LOW low accuracy

ASENSOR_STATUS_ACCURACY_MEDIUM medium accuracy

ASENSOR_STATUS_ACCURACY_HIGH high accuracy

Trait Implementations

impl Clone for SensorStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SensorStatus
[src]

impl Debug for SensorStatus
[src]

Formats the value using the given formatter.