(&self)
| 257 | } |
| 258 | #[allow(dead_code)] |
| 259 | pub fn height(&self) -> u32 { |
| 260 | self.height |
| 261 | } |
| 262 | #[allow(dead_code)] |
| 263 | pub fn pixel_format(&self) -> PixelFormat { |
| 264 | self.pixel_format |
nothing calls this directly
no outgoing calls
no test coverage detected