()
| 430 | |
| 431 | impl Default for ImageFormat { |
| 432 | fn default() -> Self { |
| 433 | Self { |
| 434 | mode: ImageMode::None, |
| 435 | size: (0, 0), |
| 436 | rotation: ImageRotation::Rot0, |
| 437 | mirror: ImageMirroring::None, |
| 438 | } |
| 439 | } |
| 440 | } |
| 441 | |
| 442 | /// Image rotation |
nothing calls this directly
no outgoing calls
no test coverage detected