Enum ovr_mobile_sys::ovrModeFlags [] [src]

#[repr(u32)]
pub enum ovrModeFlags { VRAPI_MODE_FLAG_ALLOW_POWER_SAVE, VRAPI_MODE_FLAG_RESET_WINDOW_FULLSCREEN, VRAPI_MODE_FLAG_NATIVE_WINDOW, VRAPI_MODE_FLAG_FRONT_BUFFER_PROTECTED, VRAPI_MODE_FLAG_FRONT_BUFFER_565, VRAPI_MODE_FLAG_FRONT_BUFFER_SRGB, }

Variants

Trait Implementations

impl Debug for ovrModeFlags
[src]

Formats the value using the given formatter.

impl Copy for ovrModeFlags
[src]

impl Clone for ovrModeFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for ovrModeFlags
[src]

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

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