Struct parasail_sys::Struct_parasail_result [] [src]

pub struct Struct_parasail_result {
    pub saturated: c_int,
    pub score: c_int,
    pub matches: c_int,
    pub similar: c_int,
    pub length: c_int,
    pub end_query: c_int,
    pub end_ref: c_int,
    pub score_table: *mut c_int,
    pub matches_table: *mut c_int,
    pub similar_table: *mut c_int,
    pub length_table: *mut c_int,
    pub score_row: *mut c_int,
    pub matches_row: *mut c_int,
    pub similar_row: *mut c_int,
    pub length_row: *mut c_int,
    pub score_col: *mut c_int,
    pub matches_col: *mut c_int,
    pub similar_col: *mut c_int,
    pub length_col: *mut c_int,
}

Fields

saturated: c_int score: c_int matches: c_int similar: c_int length: c_int end_query: c_int end_ref: c_int score_table: *mut c_int matches_table: *mut c_int similar_table: *mut c_int length_table: *mut c_int score_row: *mut c_int matches_row: *mut c_int similar_row: *mut c_int length_row: *mut c_int score_col: *mut c_int matches_col: *mut c_int similar_col: *mut c_int length_col: *mut c_int

Trait Implementations

impl Copy for Struct_parasail_result
[src]

impl Clone for Struct_parasail_result
[src]

fn clone(&self) -> Self

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Default for Struct_parasail_result
[src]

fn default() -> Self

Returns the "default value" for a type. Read more