Struct libhmmer_sys::p7_spensemble_s[][src]

#[repr(C)]
pub struct p7_spensemble_s { pub nsamples: c_int, pub sp: *mut p7_spcoord_s, pub nalloc: c_int, pub n: c_int, pub workspace: *mut c_int, pub assignment: *mut c_int, pub nc: c_int, pub epc: *mut c_int, pub epc_alloc: c_int, pub sigc: *mut p7_spcoord_s, pub nsigc: c_int, pub nsigc_alloc: c_int, }

Fields

nsamples: c_intsp: *mut p7_spcoord_snalloc: c_intn: c_intworkspace: *mut c_intassignment: *mut c_intnc: c_intepc: *mut c_intepc_alloc: c_intsigc: *mut p7_spcoord_snsigc: c_intnsigc_alloc: 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.