Struct gpgme_sys::gpgme_conf_comp [] [src]

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

next
name
description
program_name
options

Trait Implementations

Derived Implementations

impl Clone for gpgme_conf_comp

fn clone(&self) -> gpgme_conf_comp

1.0.0fn clone_from(&mut self, source: &Self)