#[repr(C)]
pub struct fm_data_s {Show 14 fields
pub N: u64,
pub term_loc: u32,
pub seq_offset: u32,
pub ambig_offset: u32,
pub seq_cnt: u32,
pub ambig_cnt: u32,
pub overlap: u32,
pub T: *mut u8,
pub BWT_mem: *mut u8,
pub BWT: *mut u8,
pub SA: *mut u32,
pub C: *mut i64,
pub occCnts_sb: *mut u32,
pub occCnts_b: *mut u16,
}
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.