#[repr(C)]
pub struct gpgme_conf_opt {
Show 16 fields pub next: gpgme_conf_opt_t, pub name: *mut c_char, pub flags: c_uint, pub level: gpgme_conf_level_t, pub description: *mut c_char, pub typ: gpgme_conf_type_t, pub alt_type: gpgme_conf_type_t, pub argname: *mut c_char, pub default_value: gpgme_conf_arg_t, pub default_description: *mut c_char, pub no_arg_value: gpgme_conf_arg_t, pub no_arg_description: *mut c_char, pub value: gpgme_conf_arg_t, pub change_value: c_int, pub new_value: gpgme_conf_arg_t, pub user_data: *mut c_void,
}

Fields

next: gpgme_conf_opt_tname: *mut c_charflags: c_uintlevel: gpgme_conf_level_tdescription: *mut c_chartyp: gpgme_conf_type_talt_type: gpgme_conf_type_targname: *mut c_chardefault_value: gpgme_conf_arg_tdefault_description: *mut c_charno_arg_value: gpgme_conf_arg_tno_arg_description: *mut c_charvalue: gpgme_conf_arg_tchange_value: c_intnew_value: gpgme_conf_arg_tuser_data: *mut c_void

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
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.