#[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,
}

Fields

N: u64term_loc: u32seq_offset: u32ambig_offset: u32seq_cnt: u32ambig_cnt: u32overlap: u32T: *mut u8BWT_mem: *mut u8BWT: *mut u8SA: *mut u32C: *mut i64occCnts_sb: *mut u32occCnts_b: *mut u16

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

🔬 This is a nightly-only experimental API. (toowned_clone_into)

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.