#[repr(C)]
pub struct p7_profile_s {
Show 23 fields pub tsc: *mut f32, pub rsc: *mut *mut f32, pub xsc: [[f32; 2]; 4], pub mode: c_int, pub L: c_int, pub allocM: c_int, pub M: c_int, pub max_length: c_int, pub nj: f32, pub name: *mut c_char, pub acc: *mut c_char, pub desc: *mut c_char, pub rf: *mut c_char, pub mm: *mut c_char, pub cs: *mut c_char, pub consensus: *mut c_char, pub evparam: [f32; 6], pub cutoff: [f32; 6], pub compo: [f32; 20], pub offs: [off_t; 3], pub roff: off_t, pub eoff: off_t, pub abc: *const ESL_ALPHABET,
}

Fields

tsc: *mut f32rsc: *mut *mut f32xsc: [[f32; 2]; 4]mode: c_intL: c_intallocM: c_intM: c_intmax_length: c_intnj: f32name: *mut c_characc: *mut c_chardesc: *mut c_charrf: *mut c_charmm: *mut c_charcs: *mut c_charconsensus: *mut c_charevparam: [f32; 6]cutoff: [f32; 6]compo: [f32; 20]offs: [off_t; 3]roff: off_teoff: off_tabc: *const ESL_ALPHABET

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.