Struct libhmmer_sys::ESL_DMATRIX [−][src]
#[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 f64n: c_intm: c_inttype_: ESL_DMATRIX__bindgen_ty_1ncells: c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ESL_DMATRIX
impl !Send for ESL_DMATRIX
impl !Sync for ESL_DMATRIX
impl Unpin for ESL_DMATRIX
impl UnwindSafe for ESL_DMATRIX
Blanket Implementations
Mutably borrows from an owned value. Read more