Struct afm::CompositePart [] [src]

pub struct CompositePart {
    pub name: String,
    pub x_displacement: i32,
    pub y_displacement: i32,
}

Fields

Trait Implementations

impl PartialEq for CompositePart
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for CompositePart
[src]

[src]

Formats the value using the given formatter.