Struct minimap2_sys::mm_idx_seq_t
source · [−]#[repr(C)]pub struct mm_idx_seq_t {
pub name: *mut c_char,
pub offset: u64,
pub len: u32,
pub is_alt: u32,
}Fields
name: *mut c_charoffset: u64len: u32is_alt: u32Trait Implementations
sourceimpl Clone for mm_idx_seq_t
impl Clone for mm_idx_seq_t
sourcefn clone(&self) -> mm_idx_seq_t
fn clone(&self) -> mm_idx_seq_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for mm_idx_seq_t
impl Debug for mm_idx_seq_t
impl Copy for mm_idx_seq_t
Auto Trait Implementations
impl RefUnwindSafe for mm_idx_seq_t
impl !Send for mm_idx_seq_t
impl !Sync for mm_idx_seq_t
impl Unpin for mm_idx_seq_t
impl UnwindSafe for mm_idx_seq_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