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

#[repr(C)]pub struct _gpgme_op_query_swdb_result {
    pub next: *mut _gpgme_op_query_swdb_result,
    pub name: *mut c_char,
    pub iversion: *mut c_char,
    pub created: c_ulong,
    pub retrieved: c_ulong,
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>,
    pub version: *mut c_char,
    pub reldate: c_ulong,
}

Fields

next: *mut _gpgme_op_query_swdb_resultname: *mut c_chariversion: *mut c_charcreated: c_ulongretrieved: c_ulong_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>version: *mut c_charreldate: c_ulong

Implementations

impl _gpgme_op_query_swdb_result[src]

pub fn warning(&self) -> c_uint[src]

pub fn set_warning(&mut self, val: c_uint)[src]

pub fn update(&self) -> c_uint[src]

pub fn set_update(&mut self, val: c_uint)[src]

pub fn urgent(&self) -> c_uint[src]

pub fn set_urgent(&mut self, val: c_uint)[src]

pub fn noinfo(&self) -> c_uint[src]

pub fn set_noinfo(&mut self, val: c_uint)[src]

pub fn unknown(&self) -> c_uint[src]

pub fn set_unknown(&mut self, val: c_uint)[src]

pub fn tooold(&self) -> c_uint[src]

pub fn set_tooold(&mut self, val: c_uint)[src]

pub fn error(&self) -> c_uint[src]

pub fn set_error(&mut self, val: c_uint)[src]

pub fn _reserved(&self) -> c_uint[src]

pub fn set__reserved(&mut self, val: c_uint)[src]

pub fn new_bitfield_1(
    warning: c_uint,
    update: c_uint,
    urgent: c_uint,
    noinfo: c_uint,
    unknown: c_uint,
    tooold: c_uint,
    error: c_uint,
    _reserved: c_uint
) -> __BindgenBitfieldUnit<[u8; 4], u32>
[src]

Trait Implementations

impl Clone for _gpgme_op_query_swdb_result[src]

impl Copy for _gpgme_op_query_swdb_result[src]

impl Debug for _gpgme_op_query_swdb_result[src]

Auto Trait Implementations

impl RefUnwindSafe for _gpgme_op_query_swdb_result

impl !Send for _gpgme_op_query_swdb_result

impl !Sync for _gpgme_op_query_swdb_result

impl Unpin for _gpgme_op_query_swdb_result

impl UnwindSafe for _gpgme_op_query_swdb_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]