Struct png::Writer [] [src]

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

PNG writer

Methods

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

[src]

[src]

Writes the image data.

Trait Implementations

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

[src]

Executes the destructor for this type. Read more