Struct qapi_qmp::ImageCheck
[−]
[src]
pub struct ImageCheck { pub filename: String, pub format: String, pub corruptions: Option<isize>, pub fragmented_clusters: Option<isize>, pub total_clusters: Option<isize>, pub leaks_fixed: Option<isize>, pub compressed_clusters: Option<isize>, pub check_errors: isize, pub leaks: Option<isize>, pub image_end_offset: Option<isize>, pub corruptions_fixed: Option<isize>, pub allocated_clusters: Option<isize>, }
Fields
filename: String
format: String
corruptions: Option<isize>
fragmented_clusters: Option<isize>
total_clusters: Option<isize>
leaks_fixed: Option<isize>
compressed_clusters: Option<isize>
check_errors: isize
leaks: Option<isize>
image_end_offset: Option<isize>
corruptions_fixed: Option<isize>
allocated_clusters: Option<isize>
Trait Implementations
impl Debug for ImageCheck
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for ImageCheck
[src]
fn clone(&self) -> ImageCheck
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more