Struct libhmmer_sys::p7_omx_s
source · [−]#[repr(C)]pub struct p7_omx_s {Show 19 fields
pub M: c_int,
pub L: c_int,
pub dpf: *mut *mut __m128,
pub dpw: *mut *mut __m128i,
pub dpb: *mut *mut __m128i,
pub dp_mem: *mut c_void,
pub allocR: c_int,
pub validR: c_int,
pub allocQ4: c_int,
pub allocQ8: c_int,
pub allocQ16: c_int,
pub ncells: size_t,
pub xmx: *mut f32,
pub x_mem: *mut c_void,
pub allocXR: c_int,
pub totscale: f32,
pub has_own_scales: c_int,
pub debugging: c_int,
pub dfp: *mut FILE,
}Fields
M: c_intL: c_intdpf: *mut *mut __m128dpw: *mut *mut __m128idpb: *mut *mut __m128idp_mem: *mut c_voidallocR: c_intvalidR: c_intallocQ4: c_intallocQ8: c_intallocQ16: c_intncells: size_txmx: *mut f32x_mem: *mut c_voidallocXR: c_inttotscale: f32has_own_scales: c_intdebugging: c_intdfp: *mut FILETrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for p7_omx_s
impl !Send for p7_omx_s
impl !Sync for p7_omx_s
impl Unpin for p7_omx_s
impl UnwindSafe for p7_omx_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