Struct libhmmer_sys::ESL_HMM [−][src]
#[repr(C)]pub struct ESL_HMM {
pub M: c_int,
pub K: c_int,
pub pi: *mut f32,
pub t: *mut *mut f32,
pub e: *mut *mut f32,
pub eo: *mut *mut f32,
pub abc: *const ESL_ALPHABET,
}Fields
M: c_intK: c_intpi: *mut f32t: *mut *mut f32e: *mut *mut f32eo: *mut *mut f32abc: *const ESL_ALPHABETTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ESL_HMM
impl UnwindSafe for ESL_HMM
Blanket Implementations
Mutably borrows from an owned value. Read more