pub struct MetersPerSecond;Trait Implementations§
Source§impl Default for MetersPerSecond
impl Default for MetersPerSecond
Source§impl Unit for MetersPerSecond
impl Unit for MetersPerSecond
type Dimension = Dimension<1, 0, -1>
fn parameters() -> UnitParameters
fn to<S: Unit<Dimension = Self::Dimension>, E: TensorElement>(value: E) -> E
fn from<S: Unit<Dimension = Self::Dimension>, E: TensorElement>(value: E) -> E
fn to_base(value: c64) -> c64
fn from_base(value: c64) -> c64
fn symbol() -> &'static str
fn name() -> &'static str
Auto Trait Implementations§
impl Freeze for MetersPerSecond
impl RefUnwindSafe for MetersPerSecond
impl Send for MetersPerSecond
impl Sync for MetersPerSecond
impl Unpin 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