Crate inertia_macros

Source

Attribute Macrosยง

impl_op
The direct implementation for binary operators. This is used when you only need one implementation.
impl_op_assign
The direct implementation for assignment-based operators.
impl_op_assign_rprim
The direct implementation for assignment-based operators.
impl_ops
Implements the permutations of owned and borrowed data.
impl_ops_assign
Implement assignment-based operators for both borrowed and owned objects on the right-hand side.
impl_ops_assign_rprim
Implement assignment-based operators for both borrowed and owned objects on the right-hand side.
impl_ops_lprim
Implements the permutations of owned and borrowed data, with self being a primitive value and rhs being a structure.
impl_ops_rprim
Implements the permutations of owned and borrowed data, with rhs being a primitive value and self being a structure.
impl_uni_op
Implements the unary operators for the specified type.
impl_uni_ops
Implements the unary operators for the specified type.