pub struct Speed<R: RealField>(/* private fields */);Expand description
Speed — scalar magnitude of velocity (m/s).
Implementations§
Trait Implementations§
impl<R: Copy + RealField> Copy for Speed<R>
Source§impl<R: PartialOrd + RealField> PartialOrd for Speed<R>
impl<R: PartialOrd + RealField> PartialOrd for Speed<R>
impl<R: PartialEq + RealField> StructuralPartialEq for Speed<R>
Auto Trait Implementations§
impl<R> Freeze for Speed<R>where
R: Freeze,
impl<R> RefUnwindSafe for Speed<R>where
R: RefUnwindSafe,
impl<R> Send for Speed<R>where
R: Send,
impl<R> Sync for Speed<R>where
R: Sync,
impl<R> Unpin for Speed<R>where
R: Unpin,
impl<R> UnsafeUnpin for Speed<R>where
R: UnsafeUnpin,
impl<R> UnwindSafe for Speed<R>where
R: UnwindSafe,
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