Enum oxipng::png::Headers [] [src]

pub enum Headers {
    None,
    Some(Vec<String>),
    Safe,
    All,
}

Options to use for performing operations on headers (such as stripping)

Variants

None

None

Some

Some, with a list of 4-character chunk codes

Safe

Headers that won't affect rendering (all but cHRM, gAMA, iCCP, sBIT, sRGB, bKGD, hIST, pHYs, sPLT)

All

All non-critical headers

Trait Implementations

Derived Implementations

impl Clone for Headers

fn clone(&self) -> Headers

1.0.0fn clone_from(&mut self, source: &Self)

impl PartialEq for Headers

fn eq(&self, __arg_0: &Headers) -> bool

fn ne(&self, __arg_0: &Headers) -> bool

impl Debug for Headers

fn fmt(&self, __arg_0: &mut Formatter) -> Result