Struct block_aligner::scan_block::AlignResult [−][src]
#[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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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
Mutably borrows from an owned value. Read more