#[repr(C)]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]
Implementations§
Source§impl AUncalibratedEvent
impl AUncalibratedEvent
pub unsafe fn uncalib(&mut self) -> *mut [c_float; 3]
pub unsafe fn x_uncalib(&mut self) -> *mut c_float
pub unsafe fn y_uncalib(&mut self) -> *mut c_float
pub unsafe fn z_uncalib(&mut self) -> *mut c_float
pub unsafe fn bias(&mut self) -> *mut [c_float; 3]
pub unsafe fn x_bias(&mut self) -> *mut c_float
pub unsafe fn y_bias(&mut self) -> *mut c_float
pub unsafe fn z_bias(&mut self) -> *mut c_float
Trait Implementations§
Source§impl Clone for AUncalibratedEvent
impl Clone for AUncalibratedEvent
Source§impl Default for AUncalibratedEvent
impl Default for AUncalibratedEvent
impl Copy for AUncalibratedEvent
Auto Trait Implementations§
impl Freeze for AUncalibratedEvent
impl RefUnwindSafe for AUncalibratedEvent
impl Send for AUncalibratedEvent
impl Sync for AUncalibratedEvent
impl Unpin for AUncalibratedEvent
impl UnwindSafe for AUncalibratedEvent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more