Struct aseprite::Dimensions [] [src]

pub struct Dimensions {
    pub w: u32,
    pub h: u32,
}

Fields

Trait Implementations

impl Debug for Dimensions
[src]

Formats the value using the given formatter.

impl PartialEq for Dimensions
[src]

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

This method tests for !=.

impl Eq for Dimensions
[src]

impl Clone for Dimensions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Dimensions
[src]