pub type Kilograys<T> = Quantity<T, UnitKilograys>;Aliased Type§
#[repr(transparent)]pub struct Kilograys<T> {
pub value: T,
pub dim: PhantomData<DimensionStruct<PInt<UInt<UInt<UTerm, B1>, B1>>, NInt<UInt<UInt<UTerm, B1>, B0>>, PInt<UInt<UInt<UTerm, B1>, B0>>, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0>>,
}Fields§
§value: T§dim: PhantomData<DimensionStruct<PInt<UInt<UInt<UTerm, B1>, B1>>, NInt<UInt<UInt<UTerm, B1>, B0>>, PInt<UInt<UInt<UTerm, B1>, B0>>, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0, Z0>>