Struct xcf::Property [] [src]

pub struct Property {
    pub kind: PropertyIdentifier,
    pub length: usize,
    pub payload: PropertyPayload,
}

Fields

Methods

impl Property
[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Property
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Property
[src]

[src]

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

[src]

This method tests for !=.