pub struct SwSseAligner { /* private fields */ }Expand description
SIMD-accelerated Smith-Waterman aligner
Implementations§
Source§impl SwSseAligner
impl SwSseAligner
Auto Trait Implementations§
impl Freeze for SwSseAligner
impl RefUnwindSafe for SwSseAligner
impl Send for SwSseAligner
impl Sync for SwSseAligner
impl Unpin for SwSseAligner
impl UnsafeUnpin for SwSseAligner
impl UnwindSafe for SwSseAligner
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