Struct uom::si::fmt::QuantityArguments
source · pub struct QuantityArguments<D, U, V, N>{ /* private fields */ }
Expand description
Trait Implementations§
source§impl<D, U, V, N> Binary for QuantityArguments<D, U, V, N>where
D: Dimension + ?Sized,
U: Units<V> + ?Sized,
V: Num + Conversion<V> + Binary,
N: Unit + Conversion<V, T = V::T>,
impl<D, U, V, N> Binary for QuantityArguments<D, U, V, N>where
D: Dimension + ?Sized,
U: Units<V> + ?Sized,
V: Num + Conversion<V> + Binary,
N: Unit + Conversion<V, T = V::T>,
source§impl<D, U, V, N> Clone for QuantityArguments<D, U, V, N>
impl<D, U, V, N> Clone for QuantityArguments<D, U, V, N>
source§impl<D, U, V, N> Debug for QuantityArguments<D, U, V, N>where
D: Dimension + ?Sized,
U: Units<V> + ?Sized,
V: Num + Conversion<V> + Debug,
N: Unit + Conversion<V, T = V::T>,
impl<D, U, V, N> Debug for QuantityArguments<D, U, V, N>where
D: Dimension + ?Sized,
U: Units<V> + ?Sized,
V: Num + Conversion<V> + Debug,
N: Unit + Conversion<V, T = V::T>,
source§impl<D, U, V, N> Display for QuantityArguments<D, U, V, N>where
D: Dimension + ?Sized,
U: Units<V> + ?Sized,
V: Num + Conversion<V> + Display,
N: Unit + Conversion<V, T = V::T>,
impl<D, U, V, N> Display for QuantityArguments<D, U, V, N>where
D: Dimension + ?Sized,
U: Units<V> + ?Sized,
V: Num + Conversion<V> + Display,
N: Unit + Conversion<V, T = V::T>,
source§impl<D, U, V, N> LowerExp for QuantityArguments<D, U, V, N>where
D: Dimension + ?Sized,
U: Units<V> + ?Sized,
V: Num + Conversion<V> + LowerExp,
N: Unit + Conversion<V, T = V::T>,
impl<D, U, V, N> LowerExp for QuantityArguments<D, U, V, N>where
D: Dimension + ?Sized,
U: Units<V> + ?Sized,
V: Num + Conversion<V> + LowerExp,
N: Unit + Conversion<V, T = V::T>,
source§impl<D, U, V, N> LowerHex for QuantityArguments<D, U, V, N>where
D: Dimension + ?Sized,
U: Units<V> + ?Sized,
V: Num + Conversion<V> + LowerHex,
N: Unit + Conversion<V, T = V::T>,
impl<D, U, V, N> LowerHex for QuantityArguments<D, U, V, N>where
D: Dimension + ?Sized,
U: Units<V> + ?Sized,
V: Num + Conversion<V> + LowerHex,
N: Unit + Conversion<V, T = V::T>,
source§impl<D, U, V, N> Octal for QuantityArguments<D, U, V, N>where
D: Dimension + ?Sized,
U: Units<V> + ?Sized,
V: Num + Conversion<V> + Octal,
N: Unit + Conversion<V, T = V::T>,
impl<D, U, V, N> Octal for QuantityArguments<D, U, V, N>where
D: Dimension + ?Sized,
U: Units<V> + ?Sized,
V: Num + Conversion<V> + Octal,
N: Unit + Conversion<V, T = V::T>,
source§impl<D, U, V, N> UpperExp for QuantityArguments<D, U, V, N>where
D: Dimension + ?Sized,
U: Units<V> + ?Sized,
V: Num + Conversion<V> + UpperExp,
N: Unit + Conversion<V, T = V::T>,
impl<D, U, V, N> UpperExp for QuantityArguments<D, U, V, N>where
D: Dimension + ?Sized,
U: Units<V> + ?Sized,
V: Num + Conversion<V> + UpperExp,
N: Unit + Conversion<V, T = V::T>,
source§impl<D, U, V, N> UpperHex for QuantityArguments<D, U, V, N>where
D: Dimension + ?Sized,
U: Units<V> + ?Sized,
V: Num + Conversion<V> + UpperHex,
N: Unit + Conversion<V, T = V::T>,
impl<D, U, V, N> UpperHex for QuantityArguments<D, U, V, N>where
D: Dimension + ?Sized,
U: Units<V> + ?Sized,
V: Num + Conversion<V> + UpperHex,
N: Unit + Conversion<V, T = V::T>,
impl<D, U, V, N> Copy for QuantityArguments<D, U, V, N>
Auto Trait Implementations§
impl<D, U, V, N> Freeze for QuantityArguments<D, U, V, N>
impl<D, U, V, N> RefUnwindSafe for QuantityArguments<D, U, V, N>
impl<D, U, V, N> Send for QuantityArguments<D, U, V, N>
impl<D, U, V, N> Sync for QuantityArguments<D, U, V, N>
impl<D, U, V, N> Unpin for QuantityArguments<D, U, V, N>
impl<D, U, V, N> UnwindSafe for QuantityArguments<D, U, V, N>
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