Crate inertia_macros[−][src]
Attribute Macros
The direct implementation for binary operators. This is used when you only need one implementation.
The direct implementation for assignment-based operators.
The direct implementation for assignment-based operators.
Implements the permutations of owned and borrowed data.
Implement assignment-based operators for both borrowed and owned objects on the right-hand side.
Implement assignment-based operators for both borrowed and owned objects on the right-hand side.
Implements the permutations of owned and borrowed data, with self
being a
primitive value and rhs
being a structure.
Implements the permutations of owned and borrowed data, with rhs
being a
primitive value and self
being a structure.
Implements the unary operators for the specified type.
Implements the unary operators for the specified type.