pub struct MetersPerSecond(/* private fields */);Expand description
Speed in meters per second (shell muzzle velocity).
Implementations§
Trait Implementations§
Source§impl Clone for MetersPerSecond
impl Clone for MetersPerSecond
Source§fn clone(&self) -> MetersPerSecond
fn clone(&self) -> MetersPerSecond
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 MetersPerSecond
Source§impl Debug for MetersPerSecond
impl Debug for MetersPerSecond
Source§impl Default for MetersPerSecond
impl Default for MetersPerSecond
Source§fn default() -> MetersPerSecond
fn default() -> MetersPerSecond
Returns the “default value” for a type. Read more
Source§impl Display for MetersPerSecond
Conventional English-port rounding: whole meters per second.
impl Display for MetersPerSecond
Conventional English-port rounding: whole meters per second.
Source§impl From<f32> for MetersPerSecond
impl From<f32> for MetersPerSecond
Source§impl From<i32> for MetersPerSecond
impl From<i32> for MetersPerSecond
Source§impl PartialEq for MetersPerSecond
impl PartialEq for MetersPerSecond
Source§impl PartialOrd for MetersPerSecond
impl PartialOrd for MetersPerSecond
impl StructuralPartialEq for MetersPerSecond
Auto Trait Implementations§
impl Freeze for MetersPerSecond
impl RefUnwindSafe for MetersPerSecond
impl Send for MetersPerSecond
impl Sync for MetersPerSecond
impl Unpin for MetersPerSecond
impl UnsafeUnpin for MetersPerSecond
impl UnwindSafe for MetersPerSecond
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