Struct xcf::XcfHeader [] [src]

pub struct XcfHeader {
    pub version: Version,
    pub width: u32,
    pub height: u32,
    pub color_type: ColorType,
    pub properties: Vec<Property>,
}

Fields

Methods

impl XcfHeader
[src]

[src]

Trait Implementations

impl Debug for XcfHeader
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for XcfHeader
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.