Struct minimap2_sys::mm_seg_t
source · [−]#[repr(C)]pub struct mm_seg_t {
pub n_u: c_int,
pub n_a: c_int,
pub u: *mut u64,
pub a: *mut mm128_t,
}Fields
n_u: c_intn_a: c_intu: *mut u64a: *mut mm128_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for mm_seg_t
impl !Send for mm_seg_t
impl !Sync for mm_seg_t
impl Unpin for mm_seg_t
impl UnwindSafe for mm_seg_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