Struct gpgme_sys::gpgme_conf_arg [] [src]

#[repr(C)]
pub struct gpgme_conf_arg { pub next: gpgme_conf_arg_t, pub no_arg: c_uint, pub union: uintptr_t, }

Fields

Trait Implementations

impl Copy for gpgme_conf_arg
[src]

impl Clone for gpgme_conf_arg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more