(&self)
| 261 | } |
| 262 | #[allow(dead_code)] |
| 263 | pub fn pixel_format(&self) -> PixelFormat { |
| 264 | self.pixel_format |
| 265 | } |
| 266 | } |
| 267 | |
| 268 | // ─── Private implementation ───────────────────────────────────────────────── |
nothing calls this directly
no outgoing calls
no test coverage detected