Struct libhmmer_sys::ESL_OPTIONS
source · #[repr(C)]pub struct ESL_OPTIONS {
pub name: *mut c_char,
pub type_: c_int,
pub defval: *mut c_char,
pub envvar: *mut c_char,
pub range: *mut c_char,
pub toggle_opts: *mut c_char,
pub required_opts: *mut c_char,
pub incompat_opts: *mut c_char,
pub help: *mut c_char,
pub docgrouptag: c_int,
}Fields§
§name: *mut c_char§type_: c_int§defval: *mut c_char§envvar: *mut c_char§range: *mut c_char§toggle_opts: *mut c_char§required_opts: *mut c_char§incompat_opts: *mut c_char§help: *mut c_char§docgrouptag: c_intTrait Implementations§
source§impl Clone for ESL_OPTIONS
impl Clone for ESL_OPTIONS
source§fn clone(&self) -> ESL_OPTIONS
fn clone(&self) -> ESL_OPTIONS
Returns a copy 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 more