Struct libhmmer_sys::p7_profile_s
source · [−]#[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_ALPHABETTrait Implementations
sourceimpl Clone for p7_profile_s
impl Clone for p7_profile_s
sourcefn clone(&self) -> p7_profile_s
fn clone(&self) -> p7_profile_s
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for p7_profile_s
impl Debug for p7_profile_s
impl Copy for p7_profile_s
Auto Trait Implementations
impl RefUnwindSafe for p7_profile_s
impl !Send for p7_profile_s
impl !Sync for p7_profile_s
impl Unpin for p7_profile_s
impl UnwindSafe for p7_profile_s
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more