Struct png::Writer [] [src]

pub struct Writer<W: Write> {
    // some fields omitted
}

Methods

impl<W: Write> Writer<W>
[src]

Writes the image data.

Trait Implementations

impl<W: Write> Drop for Writer<W>
[src]

A method called when the value goes out of scope. Read more