Struct libhmmer_sys::ESL_OPTIONS[][src]

#[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_chartype_: c_intdefval: *mut c_charenvvar: *mut c_charrange: *mut c_chartoggle_opts: *mut c_charrequired_opts: *mut c_charincompat_opts: *mut c_charhelp: *mut c_chardocgrouptag: c_int

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.