#[repr(C)]pub struct btrfs_ioctl_clone_range_args {
pub src_fd: __s64,
pub src_offset: __u64,
pub src_length: __u64,
pub dest_offset: __u64,
}
Fields§
§src_fd: __s64
§src_offset: __u64
§src_length: __u64
§dest_offset: __u64
Trait Implementations§
Source§impl Clone for btrfs_ioctl_clone_range_args
impl Clone for btrfs_ioctl_clone_range_args
Source§fn clone(&self) -> btrfs_ioctl_clone_range_args
fn clone(&self) -> btrfs_ioctl_clone_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 moreSource§impl Debug for btrfs_ioctl_clone_range_args
impl Debug for btrfs_ioctl_clone_range_args
impl Copy for btrfs_ioctl_clone_range_args
Auto Trait Implementations§
impl Freeze for btrfs_ioctl_clone_range_args
impl RefUnwindSafe for btrfs_ioctl_clone_range_args
impl Send for btrfs_ioctl_clone_range_args
impl Sync for btrfs_ioctl_clone_range_args
impl Unpin for btrfs_ioctl_clone_range_args
impl UnwindSafe for btrfs_ioctl_clone_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