#[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_int§K: c_int§pi: *mut f32§t: *mut *mut f32§e: *mut *mut f32§eo: *mut *mut f32§abc: *const ESL_ALPHABETTrait Implementations§
Auto Trait Implementations§
impl Freeze for ESL_HMM
impl RefUnwindSafe for ESL_HMM
impl !Send for ESL_HMM
impl !Sync for ESL_HMM
impl Unpin for ESL_HMM
impl UnwindSafe for ESL_HMM
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more