#[repr(C, packed(1))]pub struct btrfs_dev_replace_item {
pub src_devid: __le64,
pub cursor_left: __le64,
pub cursor_right: __le64,
pub cont_reading_from_srcdev_mode: __le64,
pub replace_state: __le64,
pub time_started: __le64,
pub time_stopped: __le64,
pub num_write_errors: __le64,
pub num_uncorrectable_read_errors: __le64,
}
Fields§
§src_devid: __le64
§cursor_left: __le64
§cursor_right: __le64
§cont_reading_from_srcdev_mode: __le64
§replace_state: __le64
§time_started: __le64
§time_stopped: __le64
§num_write_errors: __le64
§num_uncorrectable_read_errors: __le64
Trait Implementations§
Source§impl Clone for btrfs_dev_replace_item
impl Clone for btrfs_dev_replace_item
Source§fn clone(&self) -> btrfs_dev_replace_item
fn clone(&self) -> btrfs_dev_replace_item
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 moreSource§impl Debug for btrfs_dev_replace_item
impl Debug for btrfs_dev_replace_item
impl Copy for btrfs_dev_replace_item
Auto Trait Implementations§
impl Freeze for btrfs_dev_replace_item
impl RefUnwindSafe for btrfs_dev_replace_item
impl Send for btrfs_dev_replace_item
impl Sync for btrfs_dev_replace_item
impl Unpin for btrfs_dev_replace_item
impl UnwindSafe for btrfs_dev_replace_item
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