Struct ndk_sys::ASensorEvent [−][src]
#[repr(C)]pub struct ASensorEvent {
pub version: i32,
pub sensor: i32,
pub type_: i32,
pub reserved0: i32,
pub timestamp: i64,
pub __bindgen_anon_1: ASensorEvent__bindgen_ty_1,
pub flags: u32,
pub reserved1: [i32; 3],
}
Fields
version: i32
sensor: i32
type_: i32
reserved0: i32
timestamp: i64
__bindgen_anon_1: ASensorEvent__bindgen_ty_1
flags: u32
reserved1: [i32; 3]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ASensorEvent
impl Send for ASensorEvent
impl Sync for ASensorEvent
impl Unpin for ASensorEvent
impl UnwindSafe for ASensorEvent
Blanket Implementations
Mutably borrows from an owned value. Read more