Struct libhmmer_sys::ESL_GETOPTS [−][src]
#[repr(C)]pub struct ESL_GETOPTS {Show 13 fields
pub opt: *const ESL_OPTIONS,
pub nopts: c_int,
pub argc: c_int,
pub argv: *mut *mut c_char,
pub optind: c_int,
pub nfiles: c_int,
pub val: *mut *mut c_char,
pub setby: *mut c_int,
pub valloc: *mut c_int,
pub optstring: *mut c_char,
pub spoof: *mut c_char,
pub spoof_argv: *mut *mut c_char,
pub errbuf: [c_char; 128],
}Fields
opt: *const ESL_OPTIONSnopts: c_intargc: c_intargv: *mut *mut c_charoptind: c_intnfiles: c_intval: *mut *mut c_charsetby: *mut c_intvalloc: *mut c_intoptstring: *mut c_charspoof: *mut c_charspoof_argv: *mut *mut c_charerrbuf: [c_char; 128]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ESL_GETOPTS
impl !Send for ESL_GETOPTS
impl !Sync for ESL_GETOPTS
impl Unpin for ESL_GETOPTS
impl UnwindSafe for ESL_GETOPTS
Blanket Implementations
Mutably borrows from an owned value. Read more