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