Struct linux_raw_sys::v5_4::general::file_dedupe_range_info [−][src]
#[repr(C)]pub struct file_dedupe_range_info { pub dest_fd: __s64, pub dest_offset: __u64, pub bytes_deduped: __u64, pub status: __s32, pub reserved: __u32, }
Fields
dest_fd: __s64dest_offset: __u64bytes_deduped: __u64status: __s32reserved: __u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for file_dedupe_range_infoimpl Send for file_dedupe_range_infoimpl Sync for file_dedupe_range_infoimpl Unpin for file_dedupe_range_infoimpl UnwindSafe for file_dedupe_range_infoBlanket Implementations
Mutably borrows from an owned value. Read more