pub struct GrayPerSecond;Expand description
Zero-sized marker struct representing a concrete unit.
Generated by unit! macro; implements Unit with provided
quantity mapping, factor and abbreviation.
Trait Implementations§
Source§impl Clone for GrayPerSecond
impl Clone for GrayPerSecond
Source§fn clone(&self) -> GrayPerSecond
fn clone(&self) -> GrayPerSecond
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 GrayPerSecond
Source§impl Debug for GrayPerSecond
impl Debug for GrayPerSecond
Source§impl Display for GrayPerSecond
impl Display for GrayPerSecond
Source§impl Mul<GrayPerSecond> for i32
impl Mul<GrayPerSecond> for i32
Source§impl Mul<GrayPerSecond> for f64
impl Mul<GrayPerSecond> for f64
Source§impl<U: Unit> Mul<U> for GrayPerSecond
impl<U: Unit> Mul<U> for GrayPerSecond
Source§impl PartialEq for GrayPerSecond
impl PartialEq for GrayPerSecond
Source§impl PartialOrd for GrayPerSecond
impl PartialOrd for GrayPerSecond
impl StructuralPartialEq for GrayPerSecond
Source§impl Unit for GrayPerSecond
impl Unit for GrayPerSecond
Source§type Quantity = Quantity<<<<Quantity<DimensionVector<Z0, Z0, Z0, Z0, Z0, Z0, Z0>, ()> as Mul<<<Gray as Unit>::Quantity as TypePow<PInt<UInt<UTerm, B1>>>>::Output>>::Output as Mul<<<Second as Unit>::Quantity as TypePow<NInt<UInt<UTerm, B1>>>>::Output>>::Output as QuantityMarker>::DimensionVector, ()>
type Quantity = Quantity<<<<Quantity<DimensionVector<Z0, Z0, Z0, Z0, Z0, Z0, Z0>, ()> as Mul<<<Gray as Unit>::Quantity as TypePow<PInt<UInt<UTerm, B1>>>>::Output>>::Output as Mul<<<Second as Unit>::Quantity as TypePow<NInt<UInt<UTerm, B1>>>>::Output>>::Output as QuantityMarker>::DimensionVector, ()>
The associated quantity type for this unit.
Auto Trait Implementations§
impl Freeze for GrayPerSecond
impl RefUnwindSafe for GrayPerSecond
impl Send for GrayPerSecond
impl Sync for GrayPerSecond
impl Unpin for GrayPerSecond
impl UnsafeUnpin for GrayPerSecond
impl UnwindSafe for GrayPerSecond
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