#[repr(C)]pub struct lzma_options_delta {
pub type_: lzma_delta_type,
pub dist: u32,
pub reserved_int1: u32,
pub reserved_int2: u32,
pub reserved_int3: u32,
pub reserved_int4: u32,
pub reserved_ptr1: *mut c_void,
pub reserved_ptr2: *mut c_void,
}Fields§
§type_: lzma_delta_type§dist: u32§reserved_int1: u32§reserved_int2: u32§reserved_int3: u32§reserved_int4: u32§reserved_ptr1: *mut c_void§reserved_ptr2: *mut c_voidTrait Implementations§
Source§impl Clone for lzma_options_delta
impl Clone for lzma_options_delta
Source§fn clone(&self) -> lzma_options_delta
fn clone(&self) -> lzma_options_delta
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for lzma_options_delta
impl Debug for lzma_options_delta
impl Copy for lzma_options_delta
Auto Trait Implementations§
impl Freeze for lzma_options_delta
impl RefUnwindSafe for lzma_options_delta
impl !Send for lzma_options_delta
impl !Sync for lzma_options_delta
impl Unpin for lzma_options_delta
impl UnwindSafe for lzma_options_delta
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