#[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_int§rid: c_int§name: *mut c_char§seq: *mut c_char§qual: *mut c_char§comment: *mut c_charTrait Implementations§
Source§impl Clone for mm_bseq1_t
impl Clone for mm_bseq1_t
Source§fn clone(&self) -> mm_bseq1_t
fn clone(&self) -> mm_bseq1_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for mm_bseq1_t
impl Debug for mm_bseq1_t
impl Copy for mm_bseq1_t
Auto Trait Implementations§
impl Freeze for mm_bseq1_t
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§
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