[][src]Struct melib::gpgme::bindings::_gpgme_op_import_result

#[repr(C)]pub struct _gpgme_op_import_result {
    pub considered: c_int,
    pub no_user_id: c_int,
    pub imported: c_int,
    pub imported_rsa: c_int,
    pub unchanged: c_int,
    pub new_user_ids: c_int,
    pub new_sub_keys: c_int,
    pub new_signatures: c_int,
    pub new_revocations: c_int,
    pub secret_read: c_int,
    pub secret_imported: c_int,
    pub secret_unchanged: c_int,
    pub skipped_new_keys: c_int,
    pub not_imported: c_int,
    pub imports: *mut _gpgme_import_status,
    pub skipped_v3_keys: c_int,
}

Fields

considered: c_intno_user_id: c_intimported: c_intimported_rsa: c_intunchanged: c_intnew_user_ids: c_intnew_sub_keys: c_intnew_signatures: c_intnew_revocations: c_intsecret_read: c_intsecret_imported: c_intsecret_unchanged: c_intskipped_new_keys: c_intnot_imported: c_intimports: *mut _gpgme_import_statusskipped_v3_keys: c_int

Trait Implementations

impl Clone for _gpgme_op_import_result[src]

impl Copy for _gpgme_op_import_result[src]

impl Debug for _gpgme_op_import_result[src]

Auto Trait Implementations

impl RefUnwindSafe for _gpgme_op_import_result

impl !Send for _gpgme_op_import_result

impl !Sync for _gpgme_op_import_result

impl Unpin for _gpgme_op_import_result

impl UnwindSafe for _gpgme_op_import_result

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]