#[repr(C)]pub struct InertialPosition { /* private fields */ }
Implementations§
Source§impl InertialPosition
impl InertialPosition
pub fn Distance(&self, other: &InertialPosition) -> f64
Trait Implementations§
Source§impl ExternType for InertialPosition
impl ExternType for InertialPosition
impl UniquePtrTarget for InertialPosition
Auto Trait Implementations§
impl Freeze for InertialPosition
impl RefUnwindSafe for InertialPosition
impl !Send for InertialPosition
impl !Sync for InertialPosition
impl !Unpin for InertialPosition
impl UnwindSafe for InertialPosition
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