Enum ovr_mobile_sys::ovrSystemStatus [] [src]

#[repr(u32)]
pub enum ovrSystemStatus { VRAPI_SYS_STATUS_DOCKED, VRAPI_SYS_STATUS_MOUNTED, VRAPI_SYS_STATUS_THROTTLED, VRAPI_SYS_STATUS_THROTTLED2, VRAPI_SYS_STATUS_THROTTLED_WARNING_LEVEL, VRAPI_SYS_STATUS_RENDER_LATENCY_MILLISECONDS, VRAPI_SYS_STATUS_TIMEWARP_LATENCY_MILLISECONDS, VRAPI_SYS_STATUS_SCANOUT_LATENCY_MILLISECONDS, VRAPI_SYS_STATUS_APP_FRAMES_PER_SECOND, VRAPI_SYS_STATUS_SCREEN_TEARS_PER_SECOND, VRAPI_SYS_STATUS_EARLY_FRAMES_PER_SECOND, VRAPI_SYS_STATUS_STALE_FRAMES_PER_SECOND, VRAPI_SYS_STATUS_HEADPHONES_PLUGGED_IN, VRAPI_SYS_STATUS_RECENTER_COUNT, VRAPI_SYS_STATUS_FRONT_BUFFER_PROTECTED, VRAPI_SYS_STATUS_FRONT_BUFFER_565, VRAPI_SYS_STATUS_FRONT_BUFFER_SRGB, }

Variants

Trait Implementations

impl Debug for ovrSystemStatus
[src]

Formats the value using the given formatter.

impl Copy for ovrSystemStatus
[src]

impl Clone for ovrSystemStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for ovrSystemStatus
[src]

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

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