Union ndk_sys::AUncalibratedEvent__bindgen_ty_1 [−][src]
#[repr(C)]
pub union AUncalibratedEvent__bindgen_ty_1 {
pub uncalib: [f32; 3],
pub __bindgen_anon_1: AUncalibratedEvent__bindgen_ty_1__bindgen_ty_1,
}
Fields
uncalib: [f32; 3]
__bindgen_anon_1: AUncalibratedEvent__bindgen_ty_1__bindgen_ty_1
Trait Implementations
Auto Trait Implementations
impl Send for AUncalibratedEvent__bindgen_ty_1
impl Sync for AUncalibratedEvent__bindgen_ty_1
impl Unpin for AUncalibratedEvent__bindgen_ty_1
Blanket Implementations
Mutably borrows from an owned value. Read more