Struct mold2d::vector::PositionChange [] [src]

pub struct PositionChange {
    pub x: i32,
    pub y: i32,
    pub w: i32,
    pub h: i32,
}

Represents a change of position

Fields

Methods

impl PositionChange
[src]

Trait Implementations

impl Clone for PositionChange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PositionChange
[src]

Formats the value using the given formatter.

impl PartialEq for PositionChange
[src]

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

This method tests for !=.