pub struct PascalSecond;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 PascalSecond
impl Clone for PascalSecond
Source§fn clone(&self) -> PascalSecond
fn clone(&self) -> PascalSecond
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 PascalSecond
Source§impl Debug for PascalSecond
impl Debug for PascalSecond
Source§impl Display for PascalSecond
impl Display for PascalSecond
Source§impl Mul<PascalSecond> for i32
impl Mul<PascalSecond> for i32
Source§impl Mul<PascalSecond> for f64
impl Mul<PascalSecond> for f64
Source§impl<U: Unit> Mul<U> for PascalSecond
impl<U: Unit> Mul<U> for PascalSecond
Source§impl PartialEq for PascalSecond
impl PartialEq for PascalSecond
Source§impl PartialOrd for PascalSecond
impl PartialOrd for PascalSecond
impl StructuralPartialEq for PascalSecond
Source§impl Unit for PascalSecond
impl Unit for PascalSecond
Source§type Quantity = Quantity<<<<Quantity<DimensionVector<Z0, Z0, Z0, Z0, Z0, Z0, Z0>, ()> as Mul<<<Pascal as Unit>::Quantity as TypePow<PInt<UInt<UTerm, B1>>>>::Output>>::Output as Mul<<<Second as Unit>::Quantity as TypePow<PInt<UInt<UTerm, B1>>>>::Output>>::Output as QuantityMarker>::DimensionVector, ()>
type Quantity = Quantity<<<<Quantity<DimensionVector<Z0, Z0, Z0, Z0, Z0, Z0, Z0>, ()> as Mul<<<Pascal as Unit>::Quantity as TypePow<PInt<UInt<UTerm, B1>>>>::Output>>::Output as Mul<<<Second as Unit>::Quantity as TypePow<PInt<UInt<UTerm, B1>>>>::Output>>::Output as QuantityMarker>::DimensionVector, ()>
The associated quantity type for this unit.
Auto Trait Implementations§
impl Freeze for PascalSecond
impl RefUnwindSafe for PascalSecond
impl Send for PascalSecond
impl Sync for PascalSecond
impl Unpin for PascalSecond
impl UnsafeUnpin for PascalSecond
impl UnwindSafe for PascalSecond
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