Struct block_aligner::scan_block::AlignResult
source · #[repr(C)]pub struct AlignResult {
pub score: i32,
pub query_idx: usize,
pub reference_idx: usize,
}Expand description
Resulting score and alignment end position.
Fields
score: i32query_idx: usizereference_idx: usizeTrait Implementations
sourceimpl Clone for AlignResult
impl Clone for AlignResult
sourcefn clone(&self) -> AlignResult
fn clone(&self) -> AlignResult
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 moresourceimpl Debug for AlignResult
impl Debug for AlignResult
sourceimpl PartialEq<AlignResult> for AlignResult
impl PartialEq<AlignResult> for AlignResult
sourcefn eq(&self, other: &AlignResult) -> bool
fn eq(&self, other: &AlignResult) -> bool
impl Copy for AlignResult
impl StructuralPartialEq for AlignResult
Auto Trait Implementations
impl RefUnwindSafe for AlignResult
impl Send for AlignResult
impl Sync for AlignResult
impl Unpin for AlignResult
impl UnwindSafe for AlignResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more