Enum android_sensor_sys::ReportingMode [] [src]

pub enum ReportingMode {
    Continuous,
    OnChange,
    OneShot,
    SpecialTrigger,
}

Variants

Continuous

AREPORTING_MODE_CONTINUOUS continuous reporting

OnChange

AREPORTING_MODE_ON_CHANGE reporting on change

OneShot

AREPORTING_MODE_ONE_SHOT one shot reporting

SpecialTrigger

AREPORTING_MODE_SPECIAL_TRIGGER special trigger reporting

Trait Implementations

impl Debug for ReportingMode
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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