Struct android_sensor_sys::ASensorEvent [] [src]

#[repr(C)]
pub struct ASensorEvent { pub version: i32, pub sensor: i32, pub event_type: i32, pub timestamp: i64, pub flags: i32, // some fields omitted }

Fields

Methods

impl ASensorEvent
[src]

Trait Implementations

impl Copy for ASensorEvent
[src]

impl Clone for ASensorEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ASensorEvent
[src]

Returns the "default value" for a type. Read more