Struct rust_htslib::htslib::Struct_Unnamed5 [] [src]

#[repr(C)]
pub struct Struct_Unnamed5 { pub readres_finished_dummy: uint32_t, pub tid: c_int, pub beg: c_int, pub end: c_int, pub n_off: c_int, pub i: c_int, pub curr_tid: c_int, pub curr_beg: c_int, pub curr_end: c_int, pub curr_off: uint64_t, pub off: *mut hts_pair64_t, pub readrec: *mut Option<extern "C" fn() -> c_int>, pub bins: Struct_Unnamed6, }

Fields

Trait Implementations

impl Copy for Struct_Unnamed5
[src]

impl Clone for Struct_Unnamed5
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Struct_Unnamed5
[src]

[src]

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