Struct rust_htslib::htslib::sam_hdr_t
source · [−]#[repr(C)]pub struct sam_hdr_t {
pub n_targets: i32,
pub ignore_sam_err: i32,
pub l_text: u64,
pub target_len: *mut u32,
pub cigar_tab: *const i8,
pub target_name: *mut *mut i8,
pub text: *mut i8,
pub sdict: *mut c_void,
pub hrecs: *mut sam_hrecs_t,
pub ref_count: u32,
}
Fields
n_targets: i32
ignore_sam_err: i32
l_text: u64
target_len: *mut u32
cigar_tab: *const i8
target_name: *mut *mut i8
text: *mut i8
sdict: *mut c_void
hrecs: *mut sam_hrecs_t
ref_count: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for sam_hdr_t
impl !Send for sam_hdr_t
impl !Sync for sam_hdr_t
impl Unpin for sam_hdr_t
impl UnwindSafe for sam_hdr_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more