Enum gvr_sys::gvr_controller_button [] [src]

#[repr(u32)] #[repr(C)]
pub enum gvr_controller_button { GVR_CONTROLLER_BUTTON_NONE, GVR_CONTROLLER_BUTTON_CLICK, GVR_CONTROLLER_BUTTON_HOME, GVR_CONTROLLER_BUTTON_APP, GVR_CONTROLLER_BUTTON_VOLUME_UP, GVR_CONTROLLER_BUTTON_VOLUME_DOWN, GVR_CONTROLLER_BUTTON_COUNT, }

Controller buttons.

Variants

Trait Implementations

impl Debug for gvr_controller_button
[src]

[src]

Formats the value using the given formatter.

impl Copy for gvr_controller_button
[src]

impl Clone for gvr_controller_button
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for gvr_controller_button
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for gvr_controller_button
[src]

impl Hash for gvr_controller_button
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more