Searched defs:RevInt (Results 1 – 1 of 1) sorted by relevance
182 struct RevInt(isize); in cmp_default() struct184 impl PartialEq for RevInt { in cmp_default() implementation186 let RevInt(this) = *self; in cmp_default() localVariable187 let RevInt(other) = *other; in cmp_default() localVariable192 impl PartialOrd for RevInt { in cmp_default() implementation194 let RevInt(this) = *self; in cmp_default() localVariable195 let RevInt(other) = *other; in cmp_default() localVariable