Struct linux_raw_sys::v5_4::general::file_dedupe_range[][src]

#[repr(C)]
pub struct file_dedupe_range { pub src_offset: __u64, pub src_length: __u64, pub dest_count: __u16, pub reserved1: __u16, pub reserved2: __u32, pub info: __IncompleteArrayField<file_dedupe_range_info>, }

Fields

src_offset: __u64src_length: __u64dest_count: __u16reserved1: __u16reserved2: __u32info: __IncompleteArrayField<file_dedupe_range_info>

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.