Struct rust_htslib::htslib::hts_opt [] [src]

#[repr(C)]
pub struct hts_opt { pub arg: *mut c_char, pub opt: hts_fmt_option, pub val: hts_opt__bindgen_ty_1, pub next: *mut hts_opt, }

Fields

Trait Implementations

impl Copy for hts_opt
[src]

impl Clone for hts_opt
[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_opt

impl !Sync for hts_opt