#[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: __u64
§src_length: __u64
§dest_count: __u16
§reserved1: __u16
§reserved2: __u32
§info: __IncompleteArrayField<file_dedupe_range_info>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for file_dedupe_range
impl RefUnwindSafe for file_dedupe_range
impl Send for file_dedupe_range
impl Sync for file_dedupe_range
impl Unpin for file_dedupe_range
impl UnwindSafe for file_dedupe_range
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 24 bytes