pub struct FusionOffset { /* private fields */ }
Expand description
Gyroscope offset algorithm structure.
Implementations§
Source§impl FusionOffset
impl FusionOffset
Auto Trait Implementations§
impl Freeze for FusionOffset
impl RefUnwindSafe for FusionOffset
impl Send for FusionOffset
impl Sync for FusionOffset
impl Unpin for FusionOffset
impl UnwindSafe for FusionOffset
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