#[repr(C)]pub struct mm_idx_reader_t {
pub is_idx: c_int,
pub n_parts: c_int,
pub idx_size: i64,
pub opt: mm_idxopt_t,
pub fp_out: *mut FILE,
pub fp: mm_idx_reader_t__bindgen_ty_1,
}
Fields§
§is_idx: c_int
§n_parts: c_int
§idx_size: i64
§opt: mm_idxopt_t
§fp_out: *mut FILE
§fp: mm_idx_reader_t__bindgen_ty_1
Trait Implementations§
Source§impl Clone for mm_idx_reader_t
impl Clone for mm_idx_reader_t
Source§fn clone(&self) -> mm_idx_reader_t
fn clone(&self) -> mm_idx_reader_t
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 mm_idx_reader_t
impl Send for mm_idx_reader_t
Auto Trait Implementations§
impl Freeze for mm_idx_reader_t
impl RefUnwindSafe for mm_idx_reader_t
impl !Sync for mm_idx_reader_t
impl Unpin for mm_idx_reader_t
impl UnwindSafe for mm_idx_reader_t
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