#[repr(C)]pub struct ESL_SQ {Show 28 fields
pub name: *mut c_char,
pub acc: *mut c_char,
pub desc: *mut c_char,
pub tax_id: i32,
pub seq: *mut c_char,
pub dsq: *mut ESL_DSQ,
pub ss: *mut c_char,
pub n: i64,
pub start: i64,
pub end: i64,
pub C: i64,
pub W: i64,
pub L: i64,
pub source: *mut c_char,
pub nalloc: c_int,
pub aalloc: c_int,
pub dalloc: c_int,
pub salloc: i64,
pub srcalloc: c_int,
pub idx: i64,
pub roff: off_t,
pub hoff: off_t,
pub doff: off_t,
pub eoff: off_t,
pub xr_tag: *mut *mut c_char,
pub xr: *mut *mut c_char,
pub nxr: c_int,
pub abc: *const ESL_ALPHABET,
}Fields§
§name: *mut c_char§acc: *mut c_char§desc: *mut c_char§tax_id: i32§seq: *mut c_char§dsq: *mut ESL_DSQ§ss: *mut c_char§n: i64§start: i64§end: i64§C: i64§W: i64§L: i64§source: *mut c_char§nalloc: c_int§aalloc: c_int§dalloc: c_int§salloc: i64§srcalloc: c_int§idx: i64§roff: off_t§hoff: off_t§doff: off_t§eoff: off_t§xr_tag: *mut *mut c_char§xr: *mut *mut c_char§nxr: c_int§abc: *const ESL_ALPHABETTrait Implementations§
Auto Trait Implementations§
impl Freeze for ESL_SQ
impl RefUnwindSafe for ESL_SQ
impl !Send for ESL_SQ
impl !Sync for ESL_SQ
impl Unpin for ESL_SQ
impl UnwindSafe for ESL_SQ
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