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

pub enum InterlaceMethod {
    Disabled,
    Adam7,
}

Interlace method used in an image.

PNG spec says that interlacing can be disabled or Adam7 interlace method can be used.

Variants

Trait Implementations

impl Copy for InterlaceMethod
[src]

impl Clone for InterlaceMethod
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for InterlaceMethod
[src]

impl PartialEq for InterlaceMethod
[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 InterlaceMethod
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for InterlaceMethod
[src]

[src]

Formats the value using the given formatter. Read more