Struct rust_htslib::htslib::probaln_par_t [] [src]

#[repr(C)]
pub struct probaln_par_t { pub d: f32, pub e: f32, pub bw: c_int, }

Probabilistic banded glocal alignment *

Fields

Trait Implementations

impl Debug for probaln_par_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for probaln_par_t
[src]

impl Clone for probaln_par_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for probaln_par_t

impl Sync for probaln_par_t