#[repr(C)]pub struct lzma_index_iter {
pub stream: lzma_index_iter__bindgen_ty_1,
pub block: lzma_index_iter__bindgen_ty_2,
pub internal: [lzma_index_iter__bindgen_ty_3; 6],
}Fields§
§stream: lzma_index_iter__bindgen_ty_1§block: lzma_index_iter__bindgen_ty_2§internal: [lzma_index_iter__bindgen_ty_3; 6]Trait Implementations§
Source§impl Clone for lzma_index_iter
impl Clone for lzma_index_iter
Source§fn clone(&self) -> lzma_index_iter
fn clone(&self) -> lzma_index_iter
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 moreimpl Copy for lzma_index_iter
Auto Trait Implementations§
impl Freeze for lzma_index_iter
impl RefUnwindSafe for lzma_index_iter
impl !Send for lzma_index_iter
impl !Sync for lzma_index_iter
impl Unpin for lzma_index_iter
impl UnwindSafe for lzma_index_iter
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