#[repr(C)]
pub struct btrfs_scrub_progress {
Show 15 fields pub data_extents_scrubbed: __u64, pub tree_extents_scrubbed: __u64, pub data_bytes_scrubbed: __u64, pub tree_bytes_scrubbed: __u64, pub read_errors: __u64, pub csum_errors: __u64, pub verify_errors: __u64, pub no_csum: __u64, pub csum_discards: __u64, pub super_errors: __u64, pub malloc_errors: __u64, pub uncorrectable_errors: __u64, pub corrected_errors: __u64, pub last_physical: __u64, pub unverified_errors: __u64,
}

Fields

data_extents_scrubbed: __u64tree_extents_scrubbed: __u64data_bytes_scrubbed: __u64tree_bytes_scrubbed: __u64read_errors: __u64csum_errors: __u64verify_errors: __u64no_csum: __u64csum_discards: __u64super_errors: __u64malloc_errors: __u64uncorrectable_errors: __u64corrected_errors: __u64last_physical: __u64unverified_errors: __u64

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.