Enum ovr_mobile_sys::ovrSystemProperty [] [src]

#[repr(u32)] #[repr(C)]
pub enum ovrSystemProperty { VRAPI_SYS_PROP_DEVICE_TYPE, VRAPI_SYS_PROP_MAX_FULLSPEED_FRAMEBUFFER_SAMPLES, VRAPI_SYS_PROP_DISPLAY_PIXELS_WIDE, VRAPI_SYS_PROP_DISPLAY_PIXELS_HIGH, VRAPI_SYS_PROP_DISPLAY_REFRESH_RATE, VRAPI_SYS_PROP_SUGGESTED_EYE_TEXTURE_WIDTH, VRAPI_SYS_PROP_SUGGESTED_EYE_TEXTURE_HEIGHT, VRAPI_SYS_PROP_SUGGESTED_EYE_FOV_DEGREES_X, VRAPI_SYS_PROP_SUGGESTED_EYE_FOV_DEGREES_Y, VRAPI_SYS_PROP_EXT_SDCARD_PATH, VRAPI_SYS_PROP_DEVICE_REGION, VRAPI_SYS_PROP_VIDEO_DECODER_LIMIT, VRAPI_SYS_PROP_HEADSET_TYPE, VRAPI_SYS_PROP_BACK_BUTTON_SHORTPRESS_TIME, VRAPI_SYS_PROP_BACK_BUTTON_DOUBLETAP_TIME, VRAPI_SYS_PROP_DOMINANT_HAND, VRAPI_SYS_PROP_MULTIVIEW_AVAILABLE, VRAPI_SYS_PROP_SRGB_LAYER_SOURCE_AVAILABLE, }

Variants

Trait Implementations

impl Debug for ovrSystemProperty
[src]

[src]

Formats the value using the given formatter.

impl Copy for ovrSystemProperty
[src]

impl Clone for ovrSystemProperty
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

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