Struct leechbar::MotionEvent[][src]

pub struct MotionEvent {
    pub position: Geometry,
}

Motion inside the component.

This event indicates that the user has moved the mouse inside the component.

Fields

The position the user moved the mouse to.

Trait Implementations

impl Clone for MotionEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MotionEvent
[src]

impl Debug for MotionEvent
[src]

Formats the value using the given formatter. Read more

impl Eq for MotionEvent
[src]

impl Hash for MotionEvent
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for MotionEvent
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for MotionEvent

impl Sync for MotionEvent