Enum gmime::SeekType[]

pub enum SeekType {
    Cur,
    Set,
    End,
    // some variants omitted
}

Variants

Trait Implementations

impl Hash for SeekType

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq<SeekType> for SeekType

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for SeekType

impl Copy for SeekType

impl Clone for SeekType

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SeekType

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SeekType

impl Sync for SeekType