Struct imagefmt::png::ExtChunk [] [src]

pub struct ExtChunk {
    pub name: [u8; 4],
    pub data: Vec<u8>,
}

PNG extension chunk.

Fields