Enum android_sensor_sys::ReportingMode [] [src]

#[repr(u32)]
pub enum ReportingMode { Continuous, OnChange, OneShot, SpecialTrigger, }

Variants

AREPORTING_MODE_CONTINUOUS continuous reporting

AREPORTING_MODE_ON_CHANGE reporting on change

AREPORTING_MODE_ONE_SHOT one shot reporting

AREPORTING_MODE_SPECIAL_TRIGGER special trigger reporting

Trait Implementations

impl Clone for ReportingMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ReportingMode
[src]

impl Debug for ReportingMode
[src]

Formats the value using the given formatter.