Struct pscontroller_rs::NegconButtons [] [src]

#[repr(C)]
pub struct NegconButtons { /* fields omitted */ }

The digital buttons of the Namco NegCon

Methods

impl NegconButtons
[src]

The NegCon's version of GamepadButtons

[src]

A button on the controller

[src]

A button on the controller

[src]

A button on the controller

[src]

A button on the controller

[src]

A button on the controller

[src]

A button on the controller

[src]

A button on the controller

[src]

A button on the controller

[src]

A button on the controller

[src]

The raw value of the buttons on the controller. Useful for aggregate functions

Trait Implementations

impl Clone for NegconButtons
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for NegconButtons

impl Sync for NegconButtons