Struct spine_data::atlas::Pad [] [src]

pub struct Pad {
    pub left: i64,
    pub right: i64,
    pub top: i64,
    pub bottom: i64,
}

Fields

Trait Implementations

impl Debug for Pad
[src]

[src]

Formats the value using the given formatter.

impl Eq for Pad
[src]

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more