Struct steamy_controller::Pad [] [src]

pub struct Pad {
    pub left: Axis,
    pub right: Axis,
}

The pads of the controller.

Fields

The left pad.

The right pad.

Trait Implementations

impl Clone for Pad
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Pad
[src]

impl PartialEq for Pad
[src]

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

This method tests for !=.

impl Eq for Pad
[src]

impl Default for Pad
[src]

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

impl Debug for Pad
[src]

Formats the value using the given formatter.