#[repr(C)]pub struct btrfs_ioctl_dev_replace_status_params {
pub replace_state: __u64,
pub progress_1000: __u64,
pub time_started: __u64,
pub time_stopped: __u64,
pub num_write_errors: __u64,
pub num_uncorrectable_read_errors: __u64,
}Fields§
§replace_state: __u64§progress_1000: __u64§time_started: __u64§time_stopped: __u64§num_write_errors: __u64§num_uncorrectable_read_errors: __u64Trait Implementations§
source§impl Clone for btrfs_ioctl_dev_replace_status_params
impl Clone for btrfs_ioctl_dev_replace_status_params
source§fn clone(&self) -> btrfs_ioctl_dev_replace_status_params
fn clone(&self) -> btrfs_ioctl_dev_replace_status_params
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more