#[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: __u64
Trait 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 moreimpl Copy for btrfs_ioctl_dev_replace_status_params
Auto Trait Implementations§
impl Freeze for btrfs_ioctl_dev_replace_status_params
impl RefUnwindSafe for btrfs_ioctl_dev_replace_status_params
impl Send for btrfs_ioctl_dev_replace_status_params
impl Sync for btrfs_ioctl_dev_replace_status_params
impl Unpin for btrfs_ioctl_dev_replace_status_params
impl UnwindSafe for btrfs_ioctl_dev_replace_status_params
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more