#[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: u32
§q_pos: u32
§_bitfield_align_1: [u32; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 8]>
§cr: *const u64
Implementations§
Source§impl mm_seed_t
impl mm_seed_t
pub fn q_span(&self) -> u32
pub fn set_q_span(&mut self, val: u32)
pub unsafe fn q_span_raw(this: *const Self) -> u32
pub unsafe fn set_q_span_raw(this: *mut Self, val: u32)
pub fn flt(&self) -> u32
pub fn set_flt(&mut self, val: u32)
pub unsafe fn flt_raw(this: *const Self) -> u32
pub unsafe fn set_flt_raw(this: *mut Self, val: u32)
pub fn seg_id(&self) -> u32
pub fn set_seg_id(&mut self, val: u32)
pub unsafe fn seg_id_raw(this: *const Self) -> u32
pub unsafe fn set_seg_id_raw(this: *mut Self, val: u32)
pub fn is_tandem(&self) -> u32
pub fn set_is_tandem(&mut self, val: u32)
pub unsafe fn is_tandem_raw(this: *const Self) -> u32
pub unsafe fn set_is_tandem_raw(this: *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 Freeze for mm_seed_t
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§
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