#[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
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.