Struct rust_htslib::htslib::variant_t[][src]

#[repr(C)]
pub struct variant_t { pub type_: c_int, pub n: c_int, }

Fields

Trait Implementations

impl Debug for variant_t
[src]

Formats the value using the given formatter. Read more

impl Copy for variant_t
[src]

impl Clone for variant_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for variant_t

impl Sync for variant_t