Enum dinput::MotionState [] [src]

pub enum MotionState {
    Enter,
    Move,
    Leave,
}

State of a pointer relative to a region.

Variants

Trait Implementations

impl Clone for MotionState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MotionState
[src]

impl Debug for MotionState
[src]

Formats the value using the given formatter.

impl Eq for MotionState
[src]

impl PartialEq for MotionState
[src]

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

This method tests for !=.