Struct rust_htslib::htslib::hts_pair64_t [] [src]

#[repr(C)]
pub struct hts_pair64_t { pub u: u64, pub v: u64, }

Fields

Trait Implementations

impl Debug for hts_pair64_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for hts_pair64_t
[src]

impl Clone for hts_pair64_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 hts_pair64_t

impl Sync for hts_pair64_t