(&self)
| 560 | } |
| 561 | |
| 562 | pub fn is_corrupt(&self) -> bool { |
| 563 | IncompatFeatures::from_bits_truncate(self.incompatible_features) |
| 564 | .contains(IncompatFeatures::CORRUPT) |
| 565 | } |
| 566 | |
| 567 | /// Clear all autoclear feature bits for QCOW2 v3 images. |
| 568 | /// |
no test coverage detected