[][src]Trait uom::si::Dimension

pub trait Dimension: Send + Sync {
    type L: Integer;
    type M: Integer;
    type T: Integer;
    type I: Integer;
    type Th: Integer;
    type N: Integer;
    type J: Integer;
    type Kind: ?Sized;
}

Marker trait to express the dependence of a quantity on the base quantities of a system of quantities as a product of powers of factors corresponding to the base quantities, omitting any numerical factor.

Associated Types

type L: Integer

Quantity dimension.

type M: Integer

Quantity dimension.

type T: Integer

Quantity dimension.

type I: Integer

Quantity dimension.

type Th: Integer

Quantity dimension.

type N: Integer

Quantity dimension.

type J: Integer

Quantity dimension.

type Kind: ?Sized

Kind of the quantity. Quantities of the same dimension but differing kinds are not comparable.

Loading content...

Implementors

Loading content...