Struct minimap2_sys::mm_seed_t
source · [−]#[repr(C)]pub struct mm_seed_t {
pub n: u32,
pub q_pos: u32,
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 8]>,
pub cr: *const u64,
}Fields
n: u32q_pos: u32_bitfield_align_1: [u32; 0]_bitfield_1: __BindgenBitfieldUnit<[u8; 8]>cr: *const u64Implementations
sourceimpl mm_seed_t
impl mm_seed_t
pub fn q_span(&self) -> u32
pub fn set_q_span(&mut self, val: u32)
pub fn flt(&self) -> u32
pub fn set_flt(&mut self, val: u32)
pub fn seg_id(&self) -> u32
pub fn set_seg_id(&mut self, val: u32)
pub fn is_tandem(&self) -> u32
pub fn set_is_tandem(&mut self, val: u32)
pub fn new_bitfield_1(
q_span: u32,
flt: u32,
seg_id: u32,
is_tandem: u32
) -> __BindgenBitfieldUnit<[u8; 8]>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for mm_seed_t
impl !Send for mm_seed_t
impl !Sync for mm_seed_t
impl Unpin for mm_seed_t
impl UnwindSafe for mm_seed_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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