Crate ref_ops[−][src]
Expand description
An escape hatch for implementing ops traits for references to newtypes.
Traits
| RefAdd | An escape hatch for implimenting
|
| RefBitAnd | An escape hatch for implimenting
|
| RefBitOr | An escape hatch for implimenting
|
| RefBitXor | An escape hatch for implimenting
|
| RefDiv | An escape hatch for implimenting
|
| RefMul | An escape hatch for implimenting
|
| RefNeg | An escape hatch for implimenting
|
| RefNot | An escape hatch for implimenting
|
| RefRem | An escape hatch for implimenting
|
| RefShl | An escape hatch for implimenting
|
| RefShr | An escape hatch for implimenting
|
| RefSub | An escape hatch for implimenting
|