Struct libhmmer_sys::fm_data_s

source ·
#[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: 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 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
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.