Struct qapi_qmp::ImageCheck
source · [−]pub struct ImageCheck {
pub check_errors: i32,
pub corruptions_fixed: Option<i32>,
pub leaks: Option<i32>,
pub total_clusters: Option<i32>,
pub fragmented_clusters: Option<i32>,
pub image_end_offset: Option<i32>,
pub leaks_fixed: Option<i32>,
pub allocated_clusters: Option<i32>,
pub compressed_clusters: Option<i32>,
pub format: String,
pub filename: String,
pub corruptions: Option<i32>,
}Fields
check_errors: i32corruptions_fixed: Option<i32>leaks: Option<i32>total_clusters: Option<i32>fragmented_clusters: Option<i32>image_end_offset: Option<i32>leaks_fixed: Option<i32>allocated_clusters: Option<i32>compressed_clusters: Option<i32>format: Stringfilename: Stringcorruptions: Option<i32>Trait Implementations
sourceimpl Clone for ImageCheck
impl Clone for ImageCheck
sourcefn clone(&self) -> ImageCheck
fn clone(&self) -> ImageCheck
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ImageCheck
impl Debug for ImageCheck
sourceimpl<'de> Deserialize<'de> for ImageCheck
impl<'de> Deserialize<'de> for ImageCheck
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for ImageCheck
impl Serialize for ImageCheck
Auto Trait Implementations
impl RefUnwindSafe for ImageCheck
impl Send for ImageCheck
impl Sync for ImageCheck
impl Unpin for ImageCheck
impl UnwindSafe for ImageCheck
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more