Struct libhmmer_sys::ESL_NEWSSI
source · [−]#[repr(C)]pub struct ESL_NEWSSI {Show 21 fields
pub ssifile: *mut c_char,
pub ssifp: *mut FILE,
pub external: c_int,
pub max_ram: c_int,
pub filenames: *mut *mut c_char,
pub fileformat: *mut u32,
pub bpl: *mut u32,
pub rpl: *mut u32,
pub flen: u32,
pub nfiles: u16,
pub pkeys: *mut ESL_PKEY,
pub plen: u32,
pub nprimary: u64,
pub ptmpfile: *mut c_char,
pub ptmp: *mut FILE,
pub skeys: *mut ESL_SKEY,
pub slen: u32,
pub nsecondary: u64,
pub stmpfile: *mut c_char,
pub stmp: *mut FILE,
pub errbuf: [c_char; 128],
}Fields
ssifile: *mut c_charssifp: *mut FILEexternal: c_intmax_ram: c_intfilenames: *mut *mut c_charfileformat: *mut u32bpl: *mut u32rpl: *mut u32flen: u32nfiles: u16pkeys: *mut ESL_PKEYplen: u32nprimary: u64ptmpfile: *mut c_charptmp: *mut FILEskeys: *mut ESL_SKEYslen: u32nsecondary: u64stmpfile: *mut c_charstmp: *mut FILEerrbuf: [c_char; 128]Trait Implementations
sourceimpl Clone for ESL_NEWSSI
impl Clone for ESL_NEWSSI
sourcefn clone(&self) -> ESL_NEWSSI
fn clone(&self) -> ESL_NEWSSI
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ESL_NEWSSI
impl Debug for ESL_NEWSSI
impl Copy for ESL_NEWSSI
Auto Trait Implementations
impl RefUnwindSafe for ESL_NEWSSI
impl !Send for ESL_NEWSSI
impl !Sync for ESL_NEWSSI
impl Unpin for ESL_NEWSSI
impl UnwindSafe for ESL_NEWSSI
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more