Struct ndk_sys::AUncalibratedEvent__bindgen_ty_1__bindgen_ty_1 [−][src]
#[repr(C)]pub struct AUncalibratedEvent__bindgen_ty_1__bindgen_ty_1 {
pub x_uncalib: f32,
pub y_uncalib: f32,
pub z_uncalib: f32,
}
Fields
x_uncalib: f32
y_uncalib: f32
z_uncalib: f32
Trait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more