Struct gpgme::ProgressInfo[][src]

pub struct ProgressInfo<'a> {
    pub typ: i64,
    pub current: i64,
    pub total: i64,
    // some fields omitted
}

Fields

Methods

impl<'a> ProgressInfo<'a>
[src]

Trait Implementations

impl<'a> Debug for ProgressInfo<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Copy for ProgressInfo<'a>
[src]

impl<'a> Clone for ProgressInfo<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'a> Send for ProgressInfo<'a>

impl<'a> Sync for ProgressInfo<'a>