Struct gmime::FilterGZip[]

pub struct FilterGZip(_, _);

A filter for compresing or decompressing a gzip stream.

Implements

FilterGZipExt, FilterExt

Methods

impl FilterGZip
[src]

Creates a new gzip (or gunzip) filter.

mode

zip or unzip

level

compression level

Returns

a new gzip (or gunzip) filter.

Trait Implementations

impl Clone for FilterGZip

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FilterGZip

Formats the value using the given formatter. Read more

impl Hash for FilterGZip

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

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

impl StaticType for FilterGZip

Returns the type identifier of Self.

impl<T: IsA<Object>> PartialEq<T> for FilterGZip

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

This method tests for !=.

impl Eq for FilterGZip

impl IsA<Filter> for FilterGZip

impl IsA<Object> for FilterGZip

Auto Trait Implementations

impl !Send for FilterGZip

impl !Sync for FilterGZip