Union ndk_sys::ASensorEvent__bindgen_ty_1 [−][src]
#[repr(C)]
pub union ASensorEvent__bindgen_ty_1 {
pub __bindgen_anon_1: ASensorEvent__bindgen_ty_1__bindgen_ty_1,
pub u64_: ASensorEvent__bindgen_ty_1__bindgen_ty_2,
}
Fields
__bindgen_anon_1: ASensorEvent__bindgen_ty_1__bindgen_ty_1
u64_: ASensorEvent__bindgen_ty_1__bindgen_ty_2
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ASensorEvent__bindgen_ty_1
impl Send for ASensorEvent__bindgen_ty_1
impl Sync for ASensorEvent__bindgen_ty_1
impl Unpin for ASensorEvent__bindgen_ty_1
impl UnwindSafe for ASensorEvent__bindgen_ty_1
Blanket Implementations
Mutably borrows from an owned value. Read more