Struct orbclient::event::MoveEvent[][src]

pub struct MoveEvent {
    pub x: i32,
    pub y: i32,
}

A move event

Fields

Methods

impl MoveEvent
[src]

Trait Implementations

impl Copy for MoveEvent
[src]

impl Clone for MoveEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MoveEvent
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for MoveEvent

impl Sync for MoveEvent