Enum ovr_mobile_sys::ovrButton_ [] [src]

#[repr(u32)] #[repr(C)]
pub enum ovrButton_ { ovrButton_A, ovrButton_B, ovrButton_RThumb, ovrButton_RShoulder, ovrButton_X, ovrButton_Y, ovrButton_LThumb, ovrButton_LShoulder, ovrButton_Up, ovrButton_Down, ovrButton_Left, ovrButton_Right, ovrButton_Enter, ovrButton_Back, ovrButton_EnumSize, }

Variants

Trait Implementations

impl Debug for ovrButton_
[src]

[src]

Formats the value using the given formatter.

impl Copy for ovrButton_
[src]

impl Clone for ovrButton_
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Hash for ovrButton_
[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