pub struct SemiGlobalWithChunk { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Algorithm for SemiGlobalWithChunk
impl Algorithm for SemiGlobalWithChunk
fn align( &mut self, query: &[u8], reference: &Reference, sequence_buffer: &mut InMemoryBuffer, ) -> QueryAlignment
fn regulator(&self) -> &AlignmentRegulator
Source§impl Clone for SemiGlobalWithChunk
impl Clone for SemiGlobalWithChunk
Source§fn clone(&self) -> SemiGlobalWithChunk
fn clone(&self) -> SemiGlobalWithChunk
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SemiGlobalWithChunk
impl RefUnwindSafe for SemiGlobalWithChunk
impl Send for SemiGlobalWithChunk
impl Sync for SemiGlobalWithChunk
impl Unpin for SemiGlobalWithChunk
impl UnwindSafe for SemiGlobalWithChunk
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