ESL_SQ

Struct ESL_SQ 

Source
#[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_ALPHABET

Trait Implementations§

Source§

impl Clone for ESL_SQ

Source§

fn clone(&self) -> ESL_SQ

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for ESL_SQ

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for ESL_SQ

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> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.