Union ndk_sys::ASensorEvent__bindgen_ty_1__bindgen_ty_2 [−][src]
#[repr(C)]
pub union ASensorEvent__bindgen_ty_1__bindgen_ty_2 {
pub data: [u64; 8],
pub step_counter: u64,
}
Fields
data: [u64; 8]
step_counter: u64
Trait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more