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