#[repr(C)]pub struct sam_hdr_t {
pub n_targets: i32,
pub ignore_sam_err: i32,
pub l_text: usize,
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: usize
§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 Freeze for sam_hdr_t
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§
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)