Struct minimap2_sys::mm_idx_reader_t
source · [−]#[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_intn_parts: c_intidx_size: i64opt: mm_idxopt_tfp_out: *mut FILEfp: mm_idx_reader_t__bindgen_ty_1Trait Implementations
sourceimpl Clone for mm_idx_reader_t
impl Clone for mm_idx_reader_t
sourcefn clone(&self) -> mm_idx_reader_t
fn clone(&self) -> mm_idx_reader_t
Returns a copy of the value. Read more
1.0.0 · sourcefn 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
Auto Trait Implementations
impl RefUnwindSafe for mm_idx_reader_t
impl !Send 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more