[][src]Struct nc::file_dedupe_range_t

#[repr(C)]
pub struct file_dedupe_range_t {
    pub src_offset: u64,
    pub src_length: u64,
    pub dest_count: u16,
    pub reserved1: u16,
    pub reserved2: u32,
    pub info: *mut file_dedupe_range_info_t,
}

from struct btrfs_ioctl_file_extent_same_args

Fields

src_offset: u64

in - start of extent in source

src_length: u64

in - length of extent

dest_count: u16

in - total elements in info array

reserved1: u16

must be zero

reserved2: u32

must be zero

info: *mut file_dedupe_range_info_t

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]