Struct gpgme_sys::gpgme_io_cbs [] [src]

#[repr(C)]
pub struct gpgme_io_cbs { pub add: gpgme_register_io_cb_t, pub add_priv: *mut c_void, pub remove: gpgme_remove_io_cb_t, pub event: gpgme_event_io_cb_t, pub event_priv: *mut c_void, }

Fields

Trait Implementations

impl Copy for gpgme_io_cbs
[src]

impl Clone for gpgme_io_cbs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more