Struct android_sensor_sys::AMetaDataEvent [] [src]

pub struct AMetaDataEvent {
    pub what: i32,
    pub sensor: i32,
}

Fields

what: i32 sensor: i32

Trait Implementations

impl Copy for AMetaDataEvent
[src]

impl Clone for AMetaDataEvent
[src]

fn clone(&self) -> Self

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

impl Default for AMetaDataEvent
[src]

fn default() -> Self

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