Struct parasail_sys::Struct_parasail_matrix [] [src]

#[repr(C)]
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

Trait Implementations

impl Copy for Struct_parasail_matrix
[src]

impl Clone for Struct_parasail_matrix
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_parasail_matrix
[src]

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