#[repr(C)]pub struct p7_trace_s {Show 16 fields
pub N: c_int,
pub nalloc: c_int,
pub st: *mut c_char,
pub k: *mut c_int,
pub i: *mut c_int,
pub pp: *mut f32,
pub M: c_int,
pub L: c_int,
pub ndom: c_int,
pub tfrom: *mut c_int,
pub tto: *mut c_int,
pub sqfrom: *mut c_int,
pub sqto: *mut c_int,
pub hmmfrom: *mut c_int,
pub hmmto: *mut c_int,
pub ndomalloc: c_int,
}Fields§
§N: c_int§nalloc: c_int§st: *mut c_char§k: *mut c_int§i: *mut c_int§pp: *mut f32§M: c_int§L: c_int§ndom: c_int§tfrom: *mut c_int§tto: *mut c_int§sqfrom: *mut c_int§sqto: *mut c_int§hmmfrom: *mut c_int§hmmto: *mut c_int§ndomalloc: c_intTrait Implementations§
Source§impl Clone for p7_trace_s
impl Clone for p7_trace_s
Source§fn clone(&self) -> p7_trace_s
fn clone(&self) -> p7_trace_s
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for p7_trace_s
impl Debug for p7_trace_s
impl Copy for p7_trace_s
Auto Trait Implementations§
impl Freeze for p7_trace_s
impl RefUnwindSafe for p7_trace_s
impl !Send for p7_trace_s
impl !Sync for p7_trace_s
impl Unpin for p7_trace_s
impl UnwindSafe for p7_trace_s
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more