Struct gpgme_sys::gpgme_conf_comp[][src]

#[repr(C)]
pub struct gpgme_conf_comp { pub next: gpgme_conf_comp_t, pub name: *mut c_char, pub description: *mut c_char, pub program_name: *mut c_char, pub options: gpgme_conf_opt_t, // some fields omitted }

Fields

Trait Implementations

impl Copy for gpgme_conf_comp
[src]

impl Clone for gpgme_conf_comp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations