#[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_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
pub __bindgen_padding_0: u32,
}
Fields§
§core: bam1_core_t
§id: u64
§data: *mut u8
§l_data: i32
§m_data: u32
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
§__bindgen_padding_0: u32
Implementations§
Source§impl bam1_t
impl bam1_t
pub fn mempolicy(&self) -> u32
pub fn set_mempolicy(&mut self, val: u32)
pub fn new_bitfield_1(mempolicy: u32) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for bam1_t
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§
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
)