#[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§
Source§impl Debug for file_dedupe_range
impl Debug for file_dedupe_range
Source§impl Default for file_dedupe_range
impl Default for file_dedupe_range
Source§fn default() -> file_dedupe_range
fn default() -> file_dedupe_range
Returns the “default value” for a type. Read more
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
§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more