Struct png_framing::Native [] [src]

pub struct Native(_, _);

A native C pixel array, allocated using malloc.

You probably won't have to worry about this struct, since it's just an implementation detail. But if you see a Png, bear in mind that it was created by the lodepng C library.

Trait Implementations

impl AsRef<[u8]> for Native
[src]

Performs the conversion.