Struct hts_sys::bcf_hrec_t
source · #[repr(C)]pub struct bcf_hrec_t {
pub type_: c_int,
pub key: *mut c_char,
pub value: *mut c_char,
pub nkeys: c_int,
pub keys: *mut *mut c_char,
pub vals: *mut *mut c_char,
}
Fields§
§type_: c_int
§key: *mut c_char
§value: *mut c_char
§nkeys: c_int
§keys: *mut *mut c_char
§vals: *mut *mut c_char
Trait Implementations§
source§impl Clone for bcf_hrec_t
impl Clone for bcf_hrec_t
source§fn clone(&self) -> bcf_hrec_t
fn clone(&self) -> bcf_hrec_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for bcf_hrec_t
impl Debug for bcf_hrec_t
impl Copy for bcf_hrec_t
Auto Trait Implementations§
impl Freeze for bcf_hrec_t
impl RefUnwindSafe for bcf_hrec_t
impl !Send for bcf_hrec_t
impl !Sync for bcf_hrec_t
impl Unpin for bcf_hrec_t
impl UnwindSafe for bcf_hrec_t
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more