pub struct HmmsearchResult {
pub c_th: *mut p7_tophits_s,
pub c_pli: *mut p7_pipeline_s,
}Fields§
§c_th: *mut p7_tophits_s§c_pli: *mut p7_pipeline_sImplementations§
Trait Implementations§
Source§impl Debug for HmmsearchResult
impl Debug for HmmsearchResult
Auto Trait Implementations§
impl Freeze for HmmsearchResult
impl RefUnwindSafe for HmmsearchResult
impl !Send for HmmsearchResult
impl !Sync for HmmsearchResult
impl Unpin for HmmsearchResult
impl UnwindSafe for HmmsearchResult
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