pub struct Flags { /* private fields */ }
Expand description
AHRS algorithm flags.
Implementations§
Source§impl Flags
impl Flags
Sourcepub fn initialising(&self) -> bool
pub fn initialising(&self) -> bool
Initialising flag.
See https://github.com/xioTechnologies/Fusion for details.
Sourcepub fn angular_rate_recovery(&self) -> bool
pub fn angular_rate_recovery(&self) -> bool
Angular rate recovery flag.
See https://github.com/xioTechnologies/Fusion for details.
Sourcepub fn acceleration_recovery(&self) -> bool
pub fn acceleration_recovery(&self) -> bool
Acceleration recovery flag.
See https://github.com/xioTechnologies/Fusion for details.
Sourcepub fn magnetic_recovery(&self) -> bool
pub fn magnetic_recovery(&self) -> bool
Magnetic recovery flag.
See https://github.com/xioTechnologies/Fusion for details.
Auto Trait Implementations§
impl Freeze for Flags
impl RefUnwindSafe for Flags
impl Send for Flags
impl Sync for Flags
impl Unpin for Flags
impl UnwindSafe for Flags
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