pub struct MetresPerSecond(/* private fields */);Expand description
A finite propagation speed in metres per second.
Implementations§
Trait Implementations§
Source§impl Clone for MetresPerSecond
impl Clone for MetresPerSecond
Source§fn clone(&self) -> MetresPerSecond
fn clone(&self) -> MetresPerSecond
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 MetresPerSecond
Source§impl Debug for MetresPerSecond
impl Debug for MetresPerSecond
Source§impl PartialEq for MetresPerSecond
impl PartialEq for MetresPerSecond
Source§impl PartialOrd for MetresPerSecond
impl PartialOrd for MetresPerSecond
impl StructuralPartialEq for MetresPerSecond
Auto Trait Implementations§
impl Freeze for MetresPerSecond
impl RefUnwindSafe for MetresPerSecond
impl Send for MetresPerSecond
impl Sync for MetresPerSecond
impl Unpin for MetresPerSecond
impl UnsafeUnpin for MetresPerSecond
impl UnwindSafe for MetresPerSecond
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