Module type_level_values::fn_types[][src]

These are types that represent operators,unary and binary.

Every type here also implements the TypeFn_ trait so as to be usable in contexts where the operator is generic.

Structs

AddOp

A type-level function.Implements TypeFn<> for the trait of a similar name.

BitAndOp

A type-level function.Implements TypeFn<> for the trait of a similar name.

BitOrOp

A type-level function.Implements TypeFn<> for the trait of a similar name.

BitXorOp

A type-level function.Implements TypeFn<> for the trait of a similar name.

ConstEqOp

A type-level function.Implements TypeFn<> for the trait of a similar name.

ConstFromOp

A type-level function.Implements TypeFn<> for the trait of a similar name.

ConstGEOp

Const greater-than-or-equal.

ConstGtOp

Const greater-than.

ConstIntoOp

A type-level function.Implements TypeFn<> for the trait of a similar name.

ConstLEOp

Const less-than-or-equal.

ConstLtOp

Const less-than.

ConstNEOp

A type-level function.Implements TypeFn<> for the trait of a similar name.

ConstOrdOp

A type-level function.Implements TypeFn<> for the trait of a similar name.

DivOp

A type-level function.Implements TypeFn<> for the trait of a similar name.

IndexMutOp

A type-level function.Implements TypeFn<> for the trait of a similar name.

IndexOp

A type-level function.Implements TypeFn<> for the trait of a similar name.

MulOp

A type-level function.Implements TypeFn<> for the trait of a similar name.

NegOp

A type-level function.Implements TypeFn<> for the trait of a similar name.

NotOp

A type-level function.Implements TypeFn<> for the trait of a similar name.

RemOp

A type-level function.Implements TypeFn<> for the trait of a similar name.

ShlOp

A type-level function.Implements TypeFn<> for the trait of a similar name.

ShrOp

A type-level function.Implements TypeFn<> for the trait of a similar name.

SubOp

A type-level function.Implements TypeFn<> for the trait of a similar name.