#[repr(C)]pub struct lzma_index_iter__bindgen_ty_2 {Show 17 fields
pub number_in_file: lzma_vli,
pub compressed_file_offset: lzma_vli,
pub uncompressed_file_offset: lzma_vli,
pub number_in_stream: lzma_vli,
pub compressed_stream_offset: lzma_vli,
pub uncompressed_stream_offset: lzma_vli,
pub uncompressed_size: lzma_vli,
pub unpadded_size: lzma_vli,
pub total_size: lzma_vli,
pub reserved_vli1: lzma_vli,
pub reserved_vli2: lzma_vli,
pub reserved_vli3: lzma_vli,
pub reserved_vli4: lzma_vli,
pub reserved_ptr1: *const c_void,
pub reserved_ptr2: *const c_void,
pub reserved_ptr3: *const c_void,
pub reserved_ptr4: *const c_void,
}Fields§
§number_in_file: lzma_vli§compressed_file_offset: lzma_vli§uncompressed_file_offset: lzma_vli§number_in_stream: lzma_vli§compressed_stream_offset: lzma_vli§uncompressed_stream_offset: lzma_vli§uncompressed_size: lzma_vli§unpadded_size: lzma_vli§total_size: lzma_vli§reserved_vli1: lzma_vli§reserved_vli2: lzma_vli§reserved_vli3: lzma_vli§reserved_vli4: lzma_vli§reserved_ptr1: *const c_void§reserved_ptr2: *const c_void§reserved_ptr3: *const c_void§reserved_ptr4: *const c_voidTrait Implementations§
Source§impl Clone for lzma_index_iter__bindgen_ty_2
impl Clone for lzma_index_iter__bindgen_ty_2
Source§fn clone(&self) -> lzma_index_iter__bindgen_ty_2
fn clone(&self) -> lzma_index_iter__bindgen_ty_2
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for lzma_index_iter__bindgen_ty_2
Auto Trait Implementations§
impl Freeze for lzma_index_iter__bindgen_ty_2
impl RefUnwindSafe for lzma_index_iter__bindgen_ty_2
impl !Send for lzma_index_iter__bindgen_ty_2
impl !Sync for lzma_index_iter__bindgen_ty_2
impl Unpin for lzma_index_iter__bindgen_ty_2
impl UnsafeUnpin for lzma_index_iter__bindgen_ty_2
impl UnwindSafe for lzma_index_iter__bindgen_ty_2
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