Struct libhmmer_sys::p7_trace_s[][src]

#[repr(C)]
pub struct p7_trace_s {
Show 16 fields pub N: c_int, pub nalloc: c_int, pub st: *mut c_char, pub k: *mut c_int, pub i: *mut c_int, pub pp: *mut f32, pub M: c_int, pub L: c_int, pub ndom: c_int, pub tfrom: *mut c_int, pub tto: *mut c_int, pub sqfrom: *mut c_int, pub sqto: *mut c_int, pub hmmfrom: *mut c_int, pub hmmto: *mut c_int, pub ndomalloc: c_int,
}

Fields

N: c_intnalloc: c_intst: *mut c_chark: *mut c_inti: *mut c_intpp: *mut f32M: c_intL: c_intndom: c_inttfrom: *mut c_inttto: *mut c_intsqfrom: *mut c_intsqto: *mut c_inthmmfrom: *mut c_inthmmto: *mut c_intndomalloc: c_int

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

Performs the conversion.

Performs the conversion.

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)

recently added

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.