Struct libhmmer_sys::p7_gmx_s
source · [−]#[repr(C)]pub struct p7_gmx_s {
pub M: c_int,
pub L: c_int,
pub allocR: c_int,
pub validR: c_int,
pub allocW: c_int,
pub ncells: u64,
pub dp: *mut *mut f32,
pub xmx: *mut f32,
pub dp_mem: *mut f32,
}Fields
M: c_intL: c_intallocR: c_intvalidR: c_intallocW: c_intncells: u64dp: *mut *mut f32xmx: *mut f32dp_mem: *mut f32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for p7_gmx_s
impl !Send for p7_gmx_s
impl !Sync for p7_gmx_s
impl Unpin for p7_gmx_s
impl UnwindSafe for p7_gmx_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