(&self, f: &mut fmt::Formatter)
| 131 | |
| 132 | impl fmt::Display for MemFlags { |
| 133 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { |
| 134 | write!(f, "memflags{}", self.0) |
| 135 | } |
| 136 | } |
| 137 | |
| 138 | impl fmt::Debug for MemFlags { |
nothing calls this directly
no test coverage detected