#[repr(C)]pub struct btrfs_ioctl_same_extent_info {
pub fd: __s64,
pub logical_offset: __u64,
pub bytes_deduped: __u64,
pub status: __s32,
pub reserved: __u32,
}
Fields§
§fd: __s64
§logical_offset: __u64
§bytes_deduped: __u64
§status: __s32
§reserved: __u32
Trait Implementations§
Source§impl Clone for btrfs_ioctl_same_extent_info
impl Clone for btrfs_ioctl_same_extent_info
Source§fn clone(&self) -> btrfs_ioctl_same_extent_info
fn clone(&self) -> btrfs_ioctl_same_extent_info
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_same_extent_info
impl Debug for btrfs_ioctl_same_extent_info
impl Copy for btrfs_ioctl_same_extent_info
Auto Trait Implementations§
impl Freeze for btrfs_ioctl_same_extent_info
impl RefUnwindSafe for btrfs_ioctl_same_extent_info
impl Send for btrfs_ioctl_same_extent_info
impl Sync for btrfs_ioctl_same_extent_info
impl Unpin for btrfs_ioctl_same_extent_info
impl UnwindSafe for btrfs_ioctl_same_extent_info
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