Struct rust_htslib::htslib::bcf_idinfo_t [−][src]
#[repr(C)]pub struct bcf_idinfo_t { pub info: [u64; 3], pub hrec: [*mut bcf_hrec_t; 3], pub id: i32, }
Fields
info: [u64; 3]hrec: [*mut bcf_hrec_t; 3]id: i32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for bcf_idinfo_timpl !Send for bcf_idinfo_timpl !Sync for bcf_idinfo_timpl Unpin for bcf_idinfo_timpl UnwindSafe for bcf_idinfo_tBlanket Implementations
Mutably borrows from an owned value. Read more