Struct rust_htslib::htslib::hts_opt [−][src]
#[repr(C)]pub struct hts_opt { pub arg: *mut i8, pub opt: u32, pub val: hts_opt__bindgen_ty_1, pub next: *mut hts_opt, }
Fields
arg: *mut i8
opt: u32
val: hts_opt__bindgen_ty_1
next: *mut hts_opt
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for hts_opt
impl UnwindSafe for hts_opt
Blanket Implementations
Mutably borrows from an owned value. Read more