Struct minimap2_sys::mm_bseq1_t
source · [−]#[repr(C)]pub struct mm_bseq1_t {
pub l_seq: c_int,
pub rid: c_int,
pub name: *mut c_char,
pub seq: *mut c_char,
pub qual: *mut c_char,
pub comment: *mut c_char,
}Fields
l_seq: c_intrid: c_intname: *mut c_charseq: *mut c_charqual: *mut c_charcomment: *mut c_charTrait Implementations
sourceimpl Clone for mm_bseq1_t
impl Clone for mm_bseq1_t
sourcefn clone(&self) -> mm_bseq1_t
fn clone(&self) -> mm_bseq1_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_bseq1_t
impl Debug for mm_bseq1_t
impl Copy for mm_bseq1_t
Auto Trait Implementations
impl RefUnwindSafe for mm_bseq1_t
impl !Send for mm_bseq1_t
impl !Sync for mm_bseq1_t
impl Unpin for mm_bseq1_t
impl UnwindSafe for mm_bseq1_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