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

#[repr(C)]pub struct _gpgme_trust_item {
    pub _refs: c_uint,
    pub keyid: *mut c_char,
    pub _keyid: [c_char; 17],
    pub type_: c_int,
    pub level: c_int,
    pub owner_trust: *mut c_char,
    pub _owner_trust: [c_char; 2],
    pub validity: *mut c_char,
    pub _validity: [c_char; 2],
    pub name: *mut c_char,
}

Fields

_refs: c_uintkeyid: *mut c_char_keyid: [c_char; 17]type_: c_intlevel: c_intowner_trust: *mut c_char_owner_trust: [c_char; 2]validity: *mut c_char_validity: [c_char; 2]name: *mut c_char

Trait Implementations

impl Clone for _gpgme_trust_item[src]

impl Copy for _gpgme_trust_item[src]

impl Debug for _gpgme_trust_item[src]

Auto Trait Implementations

impl RefUnwindSafe for _gpgme_trust_item

impl !Send for _gpgme_trust_item

impl !Sync for _gpgme_trust_item

impl Unpin for _gpgme_trust_item

impl UnwindSafe for _gpgme_trust_item

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]