MCPcopy Create free account
hub / github.com/bitflags/bitflags / bitxor

Method bitxor

tests/compile-fail/bitflags_custom_bits.rs:53–55  ·  view source on GitHub ↗
(self, other: Self)

Source from the content-addressed store, hash-verified

51 type Output = Self;
52
53 fn bitxor(self, other: Self) -> Self {
54 MyInt(self.0 ^ other.0)
55 }
56}
57
58impl BitAndAssign for MyInt {

Callers

nothing calls this directly

Calls 1

MyIntClass · 0.85

Tested by

no test coverage detected