Struct spine_data::atlas::Region [] [src]

pub struct Region {
    pub name: String,
    pub rotate: bool,
    pub xy: Point,
    pub size: Size,
    pub orig: Point,
    pub offset: Point,
    pub index: i64,
    pub split: Option<Split>,
    pub pad: Option<Pad>,
}

Fields

Trait Implementations

impl Debug for Region
[src]

[src]

Formats the value using the given formatter.

impl Eq for Region
[src]

impl PartialEq for Region
[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 Clone for Region
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more