Struct parasail_sys::Struct_parasail_matrix [] [src]

pub struct Struct_parasail_matrix {
    pub name: *const u8,
    pub matrix: *const c_int,
    pub mapper: *const c_int,
    pub size: c_int,
    pub max: c_int,
    pub min: c_int,
    pub need_free: c_int,
}

Fields

name: *const u8 matrix: *const c_int mapper: *const c_int size: c_int max: c_int min: c_int need_free: c_int

Trait Implementations

impl Copy for Struct_parasail_matrix
[src]

impl Clone for Struct_parasail_matrix
[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_matrix
[src]

fn default() -> Self

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