#[repr(C)]pub struct ESL_SCOREMATRIX {
pub s: *mut *mut c_int,
pub K: c_int,
pub Kp: c_int,
pub isval: *mut c_char,
pub abc_r: *const ESL_ALPHABET,
pub nc: c_int,
pub outorder: *mut c_char,
pub name: *mut c_char,
pub path: *mut c_char,
}Fields§
§s: *mut *mut c_int§K: c_int§Kp: c_int§isval: *mut c_char§abc_r: *const ESL_ALPHABET§nc: c_int§outorder: *mut c_char§name: *mut c_char§path: *mut c_charTrait Implementations§
Source§impl Clone for ESL_SCOREMATRIX
impl Clone for ESL_SCOREMATRIX
Source§fn clone(&self) -> ESL_SCOREMATRIX
fn clone(&self) -> ESL_SCOREMATRIX
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ESL_SCOREMATRIX
Auto Trait Implementations§
impl !Send for ESL_SCOREMATRIX
impl !Sync for ESL_SCOREMATRIX
impl Freeze for ESL_SCOREMATRIX
impl RefUnwindSafe for ESL_SCOREMATRIX
impl Unpin for ESL_SCOREMATRIX
impl UnsafeUnpin for ESL_SCOREMATRIX
impl UnwindSafe for ESL_SCOREMATRIX
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