#[repr(C)]pub struct lineal_penalties_t {
pub match_: c_int,
pub mismatch: c_int,
pub insertion: c_int,
pub deletion: c_int,
}Fields§
§match_: c_int§mismatch: c_int§insertion: c_int§deletion: c_intTrait Implementations§
Source§impl Clone for lineal_penalties_t
impl Clone for lineal_penalties_t
Source§fn clone(&self) -> lineal_penalties_t
fn clone(&self) -> lineal_penalties_t
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 moreSource§impl Debug for lineal_penalties_t
impl Debug for lineal_penalties_t
impl Copy for lineal_penalties_t
Auto Trait Implementations§
impl Freeze for lineal_penalties_t
impl RefUnwindSafe for lineal_penalties_t
impl Send for lineal_penalties_t
impl Sync for lineal_penalties_t
impl Unpin for lineal_penalties_t
impl UnsafeUnpin for lineal_penalties_t
impl UnwindSafe for lineal_penalties_t
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