Enum ovr_mobile_sys::ovrDeviceType [] [src]

#[repr(u32)]
pub enum ovrDeviceType { VRAPI_DEVICE_TYPE_NOTE4, VRAPI_DEVICE_TYPE_NOTE5, VRAPI_DEVICE_TYPE_S6, VRAPI_DEVICE_TYPE_S7, VRAPI_DEVICE_TYPE_NOTE7, VRAPI_DEVICE_TYPE_RESERVED, VRAPI_MAX_DEVICE_TYPES, }

Variants

Trait Implementations

impl Debug for ovrDeviceType
[src]

Formats the value using the given formatter.

impl Copy for ovrDeviceType
[src]

impl Clone for ovrDeviceType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ovrDeviceType
[src]

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

This method tests for !=.

impl Eq for ovrDeviceType
[src]

impl Hash for ovrDeviceType
[src]

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

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