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