Struct libhmmer_sys::p7_spcoord_s [−][src]
#[repr(C)]pub struct p7_spcoord_s {
pub idx: c_int,
pub i: c_int,
pub j: c_int,
pub k: c_int,
pub m: c_int,
pub prob: f32,
}Expand description
- P7_SPENSEMBLE: segment pair ensembles for domain locations
Fields
idx: c_inti: c_intj: c_intk: c_intm: c_intprob: f32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for p7_spcoord_s
impl Send for p7_spcoord_s
impl Sync for p7_spcoord_s
impl Unpin for p7_spcoord_s
impl UnwindSafe for p7_spcoord_s
Blanket Implementations
Mutably borrows from an owned value. Read more