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.

Trait Implementations

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

Performs the conversion.