#[repr(C)]pub struct lzma_index_iter__bindgen_ty_1 {Show 15 fields
pub flags: *const lzma_stream_flags,
pub reserved_ptr1: *const c_void,
pub reserved_ptr2: *const c_void,
pub reserved_ptr3: *const c_void,
pub number: lzma_vli,
pub block_count: lzma_vli,
pub compressed_offset: lzma_vli,
pub uncompressed_offset: lzma_vli,
pub compressed_size: lzma_vli,
pub uncompressed_size: lzma_vli,
pub padding: lzma_vli,
pub reserved_vli1: lzma_vli,
pub reserved_vli2: lzma_vli,
pub reserved_vli3: lzma_vli,
pub reserved_vli4: lzma_vli,
}Fields§
§flags: *const lzma_stream_flags§reserved_ptr1: *const c_void§reserved_ptr2: *const c_void§reserved_ptr3: *const c_void§number: lzma_vli§block_count: lzma_vli§compressed_offset: lzma_vli§uncompressed_offset: lzma_vli§compressed_size: lzma_vli§uncompressed_size: lzma_vli§padding: lzma_vli§reserved_vli1: lzma_vli§reserved_vli2: lzma_vli§reserved_vli3: lzma_vli§reserved_vli4: lzma_vliTrait Implementations§
Source§impl Clone for lzma_index_iter__bindgen_ty_1
impl Clone for lzma_index_iter__bindgen_ty_1
Source§fn clone(&self) -> lzma_index_iter__bindgen_ty_1
fn clone(&self) -> lzma_index_iter__bindgen_ty_1
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_1
Auto Trait Implementations§
impl Freeze for lzma_index_iter__bindgen_ty_1
impl RefUnwindSafe for lzma_index_iter__bindgen_ty_1
impl !Send for lzma_index_iter__bindgen_ty_1
impl !Sync for lzma_index_iter__bindgen_ty_1
impl Unpin for lzma_index_iter__bindgen_ty_1
impl UnsafeUnpin for lzma_index_iter__bindgen_ty_1
impl UnwindSafe for lzma_index_iter__bindgen_ty_1
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