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 AlignResultimpl Send for AlignResultimpl Sync for AlignResultimpl Unpin for AlignResultimpl UnwindSafe for AlignResultBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V