Struct gmime::FilterYenc[]

pub struct FilterYenc(_, _);

A filter for yEncoding or yDecoding a stream.

Implements

FilterYencExt, FilterExt

Methods

impl FilterYenc
[src]

Creates a new yEnc filter.

encode

encode vs decode

Returns

a new yEnc filter.

Trait Implementations

impl Clone for FilterYenc

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FilterYenc

Formats the value using the given formatter. Read more

impl Hash for FilterYenc

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

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

impl StaticType for FilterYenc

Returns the type identifier of Self.

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

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

This method tests for !=.

impl Eq for FilterYenc

impl IsA<Filter> for FilterYenc

impl IsA<Object> for FilterYenc

Auto Trait Implementations

impl !Send for FilterYenc

impl !Sync for FilterYenc