#[repr(C)]pub struct btrfs_ioctl_dev_replace_start_params {
pub srcdevid: __u64,
pub cont_reading_from_srcdev_mode: __u64,
pub srcdev_name: [__u8; 1025],
pub tgtdev_name: [__u8; 1025],
}
Fields§
§srcdevid: __u64
§cont_reading_from_srcdev_mode: __u64
§srcdev_name: [__u8; 1025]
§tgtdev_name: [__u8; 1025]
Trait Implementations§
Source§impl Clone for btrfs_ioctl_dev_replace_start_params
impl Clone for btrfs_ioctl_dev_replace_start_params
Source§fn clone(&self) -> btrfs_ioctl_dev_replace_start_params
fn clone(&self) -> btrfs_ioctl_dev_replace_start_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_start_params
Auto Trait Implementations§
impl Freeze for btrfs_ioctl_dev_replace_start_params
impl RefUnwindSafe for btrfs_ioctl_dev_replace_start_params
impl Send for btrfs_ioctl_dev_replace_start_params
impl Sync for btrfs_ioctl_dev_replace_start_params
impl Unpin for btrfs_ioctl_dev_replace_start_params
impl UnwindSafe for btrfs_ioctl_dev_replace_start_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