#[repr(C)]pub struct fm_data_s {}Fields§
§N: u64§term_loc: u32§seq_offset: u32§ambig_offset: u32§seq_cnt: u32§ambig_cnt: u32§overlap: u32§T: *mut u8§BWT_mem: *mut u8§BWT: *mut u8§SA: *mut u32§C: *mut i64§occCnts_sb: *mut u32§occCnts_b: *mut u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for fm_data_s
impl RefUnwindSafe for fm_data_s
impl !Send for fm_data_s
impl !Sync for fm_data_s
impl Unpin for fm_data_s
impl UnwindSafe for fm_data_s
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