Struct block_aligner::scores::ByteMatrix [−][src]
#[repr(C)]pub struct ByteMatrix { /* fields omitted */ }
Expand description
Arbitrary bytes scoring matrix.
Implementations
Create a simple matrix with a certain match and mismatch score.
Trait Implementations
May lead to inaccurate results with x drop alignment, if the block reaches the ends of the strings.
Avoid using ByteMatrix with x drop alignment.
Get the scores for a certain byte and a certain SIMD vector of bytes.
Convert a byte to a better storage format that makes retrieving scores easier. Read more
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 ByteMatriximpl Send for ByteMatriximpl Sync for ByteMatriximpl Unpin for ByteMatriximpl UnwindSafe for ByteMatrixBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V