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, }

Fields

Trait Implementations

impl Debug for probaln_par_t
[src]

Formats the value using the given formatter. Read more

impl Copy for probaln_par_t
[src]

impl Clone for probaln_par_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations