pub struct GyroBiases {
pub x: f32,
pub y: f32,
pub z: f32,
}Expand description
Calculated gyro biases
Fields§
§x: f32X
y: f32Y
z: f32Z
Trait Implementations§
Source§impl Clone for GyroBiases
impl Clone for GyroBiases
Source§fn clone(&self) -> GyroBiases
fn clone(&self) -> GyroBiases
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GyroBiases
Auto Trait Implementations§
impl Freeze for GyroBiases
impl RefUnwindSafe for GyroBiases
impl Send for GyroBiases
impl Sync for GyroBiases
impl Unpin for GyroBiases
impl UnsafeUnpin for GyroBiases
impl UnwindSafe for GyroBiases
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