#[repr(C)]pub struct wavefront_aligner_attr_t {
pub distance_metric: distance_metric_t,
pub alignment_scope: alignment_scope_t,
pub alignment_form: alignment_form_t,
pub linear_penalties: linear_penalties_t,
pub affine_penalties: affine_penalties_t,
pub affine2p_penalties: affine2p_penalties_t,
pub heuristic: wavefront_heuristic_t,
pub memory_mode: wavefront_memory_t,
pub mm_allocator: *mut mm_allocator_t,
pub plot: wavefront_plot_attr_t,
pub system: alignment_system_t,
}Fields§
§distance_metric: distance_metric_t§alignment_scope: alignment_scope_t§alignment_form: alignment_form_t§linear_penalties: linear_penalties_t§affine_penalties: affine_penalties_t§affine2p_penalties: affine2p_penalties_t§heuristic: wavefront_heuristic_t§memory_mode: wavefront_memory_t§mm_allocator: *mut mm_allocator_t§plot: wavefront_plot_attr_t§system: alignment_system_tTrait Implementations§
Source§impl Clone for wavefront_aligner_attr_t
impl Clone for wavefront_aligner_attr_t
Source§fn clone(&self) -> wavefront_aligner_attr_t
fn clone(&self) -> wavefront_aligner_attr_t
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for wavefront_aligner_attr_t
impl Debug for wavefront_aligner_attr_t
impl Copy for wavefront_aligner_attr_t
Auto Trait Implementations§
impl Freeze for wavefront_aligner_attr_t
impl RefUnwindSafe for wavefront_aligner_attr_t
impl !Send for wavefront_aligner_attr_t
impl !Sync for wavefront_aligner_attr_t
impl Unpin for wavefront_aligner_attr_t
impl UnwindSafe for wavefront_aligner_attr_t
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)