(&self, f: &mut std::fmt::Formatter<'_>)
| 137 | |
| 138 | impl std::fmt::Display for PixelFormat { |
| 139 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { |
| 140 | write!(f, "{}", self.fourcc_str()) |
| 141 | } |
| 142 | } |
| 143 | |
| 144 | #[cfg(test)] |
nothing calls this directly
no outgoing calls
no test coverage detected