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

Method not

tests/compile-fail/bitflags_custom_bits.rs:79–81  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

77 type Output = MyInt;
78
79 fn not(self) -> Self {
80 MyInt(!self.0)
81 }
82}
83
84impl Debug for MyInt {

Callers

nothing calls this directly

Calls 1

MyIntClass · 0.85

Tested by

no test coverage detected