Enum immeta::formats::png::FilterMethod [] [src]

pub enum FilterMethod {
    AdaptiveFiltering,
}

Filtering method used in an image.

PNG spec currently defines only one filter method:

At present, only filter method 0 (adaptive filtering with five basic filter types) is defined.

Variants

Trait Implementations

impl Copy for FilterMethod
[src]

impl Clone for FilterMethod
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for FilterMethod
[src]

impl PartialEq for FilterMethod
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Debug for FilterMethod
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for FilterMethod
[src]

[src]

Formats the value using the given formatter. Read more