Struct minimap2_sys::mm_idx_t
source · [−]#[repr(C)]pub struct mm_idx_t {}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_voidTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for mm_idx_t
impl !Send for mm_idx_t
impl !Sync for mm_idx_t
impl Unpin for mm_idx_t
impl UnwindSafe for mm_idx_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