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