Struct android_sensor_sys::AUncalibratedEvent [] [src]

pub struct AUncalibratedEvent {
    pub _bindgen_data_1_: [u32; 3],
    pub _bindgen_data_2_: [u32; 3],
}

Fields

_bindgen_data_1_: [u32; 3] _bindgen_data_2_: [u32; 3]

Methods

impl AUncalibratedEvent
[src]

unsafe fn uncalib(&mut self) -> *mut [c_float; 3]

unsafe fn x_uncalib(&mut self) -> *mut c_float

unsafe fn y_uncalib(&mut self) -> *mut c_float

unsafe fn z_uncalib(&mut self) -> *mut c_float

unsafe fn bias(&mut self) -> *mut [c_float; 3]

unsafe fn x_bias(&mut self) -> *mut c_float

unsafe fn y_bias(&mut self) -> *mut c_float

unsafe fn z_bias(&mut self) -> *mut c_float

Trait Implementations

impl Copy for AUncalibratedEvent
[src]

impl Clone for AUncalibratedEvent
[src]

fn clone(&self) -> Self

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Default for AUncalibratedEvent
[src]

fn default() -> Self

Returns the "default value" for a type. Read more