Struct dualshock4::AnalogSticks [] [src]

pub struct AnalogSticks {
    pub left: AnalogStick,
    pub right: AnalogStick,
}

Fields

Trait Implementations

impl PartialEq for AnalogSticks
[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 AnalogSticks
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for AnalogSticks

impl Sync for AnalogSticks