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: i32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for bcf_idinfo_t
impl !Send for bcf_idinfo_t
impl !Sync for bcf_idinfo_t
impl Unpin for bcf_idinfo_t
impl UnwindSafe for bcf_idinfo_t
Blanket Implementations
Mutably borrows from an owned value. Read more