pub struct Device {
pub bdr_acc: [f32; 16],
pub bdr_gyr: [f32; 16],
pub bdr_vsens: [f32; 16],
pub dtime: [u32; 16],
pub tag_valid_limit: u8,
}
Fields§
§bdr_acc: [f32; 16]
§bdr_gyr: [f32; 16]
§bdr_vsens: [f32; 16]
§dtime: [u32; 16]
§tag_valid_limit: u8
Auto Trait Implementations§
impl Freeze for Device
impl RefUnwindSafe for Device
impl Send for Device
impl Sync for Device
impl Unpin for Device
impl UnwindSafe for Device
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