Struct gmime::FilterWindows[]

pub struct FilterWindows(_, _);

A filter for detecting whether or not a text stream claimed to be iso-8859-X is really that charset or if it is really a Windows-CP125x charset.

Implements

FilterWindowsExt, FilterExt

Methods

impl FilterWindows
[src]

Creates a new GMimeFilterWindows filter. When a stream of text has been filtered, it can be determined whether or not said text stream was in claimed_charset or the equivalent Windows-CP125# charset.

claimed_charset

charset that a text stream claims to be

Returns

a new windows filter.

Trait Implementations

impl Clone for FilterWindows

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FilterWindows

Formats the value using the given formatter. Read more

impl Hash for FilterWindows

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

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

impl StaticType for FilterWindows

Returns the type identifier of Self.

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

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

This method tests for !=.

impl Eq for FilterWindows

impl IsA<Filter> for FilterWindows

impl IsA<Object> for FilterWindows

Auto Trait Implementations

impl !Send for FilterWindows

impl !Sync for FilterWindows