[−][src]Module uom::marker
Primitive traits and types representing basic properties of types.
Traits
| Add | Trait to denote that a quantity is able to be added with a quantity of the same dimensions.
When a specific quantity's kind inherits this trait |
| AddAssign | Trait to denote that a quantity is able to be added with a quantity of the same dimensions.
When a specific quantity's kind inherits this trait |
| Div | Trait to denote that a quantity is able to be divided with a quantity of the same
dimensions. When a specific quantity's kind inherits this trait |
| DivAssign | Trait to denote that a quantity is able to be divided with a quantity of the same
dimensions. When a specific quantity's kind inherits this trait |
| Mul | Trait to denote that a quantity is able to be multiplied with a quantity of the same
dimensions. When a specific quantity's kind inherits this trait |
| MulAssign | Trait to denote that a quantity is able to be multiplied with a quantity of the same
dimensions. When a specific quantity's kind inherits this trait |
| Neg | Trait to denote that a quantity is able to be negated. When a specific quantity's kind
inherits this trait |
| Rem | Trait to denote that a quantity is able to calculate a remainder with a quantity of the
same dimensions. When a specific quantity's kind inherits this trait |
| RemAssign | Trait to denote that a quantity is able to calculate a remainder with a quantity of the
same dimensions. When a specific quantity's kind inherits this trait |
| Saturating | Trait to denote that a quantity is able to perform saturating additions and subtractions
with a quantity of the same dimensions. When a specific quantity's kind inherits this trait
|
| Sub | Trait to denote that a quantity is able to be subtracted with a quantity of the same
dimensions. When a specific quantity's kind inherits this trait |
| SubAssign | Trait to denote that a quantity is able to be subtracted with a quantity of the same
dimensions. When a specific quantity's kind inherits this trait |