#[repr(C)]pub struct ESL_ALPHABET {
pub type_: c_int,
pub K: c_int,
pub Kp: c_int,
pub sym: *mut c_char,
pub inmap: [ESL_DSQ; 128],
pub degen: *mut *mut c_char,
pub ndegen: *mut c_int,
pub complement: *mut ESL_DSQ,
}Fields§
§type_: c_int§K: c_int§Kp: c_int§sym: *mut c_char§inmap: [ESL_DSQ; 128]§degen: *mut *mut c_char§ndegen: *mut c_int§complement: *mut ESL_DSQTrait Implementations§
Source§impl Clone for ESL_ALPHABET
impl Clone for ESL_ALPHABET
Source§fn clone(&self) -> ESL_ALPHABET
fn clone(&self) -> ESL_ALPHABET
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 ESL_ALPHABET
impl Debug for ESL_ALPHABET
impl Copy for ESL_ALPHABET
Auto Trait Implementations§
impl Freeze for ESL_ALPHABET
impl RefUnwindSafe for ESL_ALPHABET
impl !Send for ESL_ALPHABET
impl !Sync for ESL_ALPHABET
impl Unpin for ESL_ALPHABET
impl UnwindSafe for ESL_ALPHABET
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