Struct dualshock4::Dualshock4Data [] [src]

pub struct Dualshock4Data {
    pub connection_type: ConnectionType,
    pub battery_level: u8,
    pub headset: Headset,
    pub analog_sticks: AnalogSticks,
    pub buttons: Buttons,
    pub touchpad: Touchpad,
    pub motion: Motion,
}

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter.