Struct input_manager::Axis[][src]

pub struct Axis {
    pub position: f64,
    pub velocity: Option<Direction>,
    // some fields omitted
}

Fields

Trait Implementations

impl Default for Axis
[src]

Returns the "default value" for a type. Read more

impl Debug for Axis
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Axis
[src]

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

This method tests for !=.

impl IAxis for Axis
[src]

Auto Trait Implementations

impl Send for Axis

impl Sync for Axis