Struct dualshock4::AnalogStick [] [src]

pub struct AnalogStick {
    pub x: u8,
    pub y: u8,
}

Fields

Trait Implementations

impl PartialEq for AnalogStick
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for AnalogStick
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for AnalogStick

impl Sync for AnalogStick