Struct libhmmer_sys::ESL_MIXDCHLET
source · [−]#[repr(C)]pub struct ESL_MIXDCHLET {
pub q: *mut f64,
pub alpha: *mut *mut f64,
pub Q: c_int,
pub K: c_int,
pub postq: *mut f64,
}Fields
q: *mut f64alpha: *mut *mut f64Q: c_intK: c_intpostq: *mut f64Trait Implementations
sourceimpl Clone for ESL_MIXDCHLET
impl Clone for ESL_MIXDCHLET
sourcefn clone(&self) -> ESL_MIXDCHLET
fn clone(&self) -> ESL_MIXDCHLET
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 ESL_MIXDCHLET
impl Debug for ESL_MIXDCHLET
impl Copy for ESL_MIXDCHLET
Auto Trait Implementations
impl RefUnwindSafe for ESL_MIXDCHLET
impl !Send for ESL_MIXDCHLET
impl !Sync for ESL_MIXDCHLET
impl Unpin for ESL_MIXDCHLET
impl UnwindSafe for ESL_MIXDCHLET
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