#[repr(C)]
pub struct mm_idx_t {
Show 13 fields pub b: i32, pub w: i32, pub k: i32, pub flag: i32, pub n_seq: u32, pub index: i32, pub n_alt: i32, pub seq: *mut mm_idx_seq_t, pub S: *mut u32, pub B: *mut mm_idx_bucket_s, pub I: *mut mm_idx_intv_s, pub km: *mut c_void, pub h: *mut c_void,
}

Fields

b: i32w: i32k: i32flag: i32n_seq: u32index: i32n_alt: i32seq: *mut mm_idx_seq_tS: *mut u32B: *mut mm_idx_bucket_sI: *mut mm_idx_intv_skm: *mut c_voidh: *mut c_void

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.