Struct png::Writer[][src]

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

PNG writer

Methods

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

Writes the image data.

Trait Implementations

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

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<W> Send for Writer<W> where
    W: Send

impl<W> Sync for Writer<W> where
    W: Sync