Struct libhmmer_sys::ESL_DMATRIX
source · #[repr(C)]pub struct ESL_DMATRIX {
pub mx: *mut *mut f64,
pub n: c_int,
pub m: c_int,
pub type_: ESL_DMATRIX__bindgen_ty_1,
pub ncells: c_int,
}Fields§
§mx: *mut *mut f64§n: c_int§m: c_int§type_: ESL_DMATRIX__bindgen_ty_1§ncells: c_intTrait Implementations§
source§impl Clone for ESL_DMATRIX
impl Clone for ESL_DMATRIX
source§fn clone(&self) -> ESL_DMATRIX
fn clone(&self) -> ESL_DMATRIX
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more