Enum android_sensor_sys::ReportingMode
[−]
[src]
pub enum ReportingMode {
Continuous,
OnChange,
OneShot,
SpecialTrigger,
}Variants
ContinuousAREPORTING_MODE_CONTINUOUS continuous reporting
OnChangeAREPORTING_MODE_ON_CHANGE reporting on change
OneShotAREPORTING_MODE_ONE_SHOT one shot reporting
SpecialTriggerAREPORTING_MODE_SPECIAL_TRIGGER special trigger reporting
Trait Implementations
impl Debug for ReportingMode[src]
impl Copy for ReportingMode[src]
impl Clone for ReportingMode[src]
fn clone(&self) -> ReportingMode
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