Enum ovr_mobile_sys::ovrDeviceType [] [src]

#[repr(i32)] #[repr(C)]
pub enum ovrDeviceType { VRAPI_DEVICE_TYPE_GEARVR_START, VRAPI_DEVICE_TYPE_NOTE5, VRAPI_DEVICE_TYPE_S6, VRAPI_DEVICE_TYPE_S7, VRAPI_DEVICE_TYPE_NOTE7, VRAPI_DEVICE_TYPE_S8, VRAPI_DEVICE_TYPE_NOTE8, VRAPI_DEVICE_TYPE_NOTE7_FE, VRAPI_DEVICE_GEARVR_END, VRAPI_DEVICE_TYPE_UNKNOWN, }

Variants

Trait Implementations

impl Debug for ovrDeviceType
[src]

[src]

Formats the value using the given formatter.

impl Copy for ovrDeviceType
[src]

impl Clone for ovrDeviceType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

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