pub struct Henry;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§
impl Copy for Henry
Source§impl PartialOrd for Henry
impl PartialOrd for Henry
impl StructuralPartialEq for Henry
Source§impl Unit for Henry
impl Unit for Henry
Source§type Quantity = Quantity<<<<Quantity<DimensionVector<Z0, Z0, Z0, Z0, Z0, Z0, Z0>, ()> as Mul<<<Weber as Unit>::Quantity as TypePow<PInt<UInt<UTerm, B1>>>>::Output>>::Output as Mul<<<Ampere 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<<<Weber as Unit>::Quantity as TypePow<PInt<UInt<UTerm, B1>>>>::Output>>::Output as Mul<<<Ampere 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 Henry
impl RefUnwindSafe for Henry
impl Send for Henry
impl Sync for Henry
impl Unpin for Henry
impl UnsafeUnpin for Henry
impl UnwindSafe for Henry
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