pub struct QueryProfile { /* private fields */ }Expand description
Query profile for SIMD alignment
This holds the scoring matrices for each reference character, organized for efficient SIMD lookup.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QueryProfile
impl RefUnwindSafe for QueryProfile
impl Send for QueryProfile
impl Sync for QueryProfile
impl Unpin for QueryProfile
impl UnsafeUnpin for QueryProfile
impl UnwindSafe for QueryProfile
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