#[repr(C)]pub struct btrfs_ioctl_defrag_range_args {
pub start: __u64,
pub len: __u64,
pub flags: __u64,
pub extent_thresh: __u32,
pub compress_type: __u32,
pub unused: [__u32; 4],
}
Fields§
§start: __u64
§len: __u64
§flags: __u64
§extent_thresh: __u32
§compress_type: __u32
§unused: [__u32; 4]
Trait Implementations§
Source§impl Clone for btrfs_ioctl_defrag_range_args
impl Clone for btrfs_ioctl_defrag_range_args
Source§fn clone(&self) -> btrfs_ioctl_defrag_range_args
fn clone(&self) -> btrfs_ioctl_defrag_range_args
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_defrag_range_args
Auto Trait Implementations§
impl Freeze for btrfs_ioctl_defrag_range_args
impl RefUnwindSafe for btrfs_ioctl_defrag_range_args
impl Send for btrfs_ioctl_defrag_range_args
impl Sync for btrfs_ioctl_defrag_range_args
impl Unpin for btrfs_ioctl_defrag_range_args
impl UnwindSafe for btrfs_ioctl_defrag_range_args
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