Struct rust_htslib::htslib::bam1_t
source · [−]#[repr(C)]pub struct bam1_t {
pub core: bam1_core_t,
pub id: u64,
pub data: *mut u8,
pub l_data: i32,
pub m_data: u32,
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u8>,
pub __bindgen_padding_0: u32,
}Fields
core: bam1_core_tid: u64data: *mut u8l_data: i32m_data: u32_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u8>__bindgen_padding_0: u32Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for bam1_t
impl !Send for bam1_t
impl !Sync for bam1_t
impl Unpin for bam1_t
impl UnwindSafe for bam1_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