Enum ovr_mobile_sys::ovrHandedness [] [src]

#[repr(u32)] #[repr(C)]
pub enum ovrHandedness { VRAPI_HAND_UNKNOWN, VRAPI_HAND_LEFT, VRAPI_HAND_RIGHT, }

Variants

Trait Implementations

impl Debug for ovrHandedness
[src]

[src]

Formats the value using the given formatter.

impl Copy for ovrHandedness
[src]

impl Clone for ovrHandedness
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

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